Martin Zwickel <[EMAIL PROTECTED]> writes:

Hi Martin,

> I got E17 up and running!

Great! :-) I think I know the answers to some of your questions.

> How can I change the window and focus settings? I have to
> doubleclick to raise the window.

Take a look at the enlightenment_remote program: running it without
arguments gives you a listing of everything it is able to set in E17.
That includes focus settings, I use these settings myself:

  er=enlightenment_remote
  $er -focus-setting-set NEW_WINDOW
  $er -focus-policy-set CLICK
  $er -winlist-warp-while-selecting-set 0
  $er -winlist-warp-at-end-set 0

It is also used to configure the key- and mouse-bindings at the
moment.  For example, I prefer to use the Win key instead of the Alt
key for switching windows:

  $er -binding-key-del ANY Tab   'ALT'       0 'winlist' ''
  $er -binding-key-del ANY Tab   'SHIFT|ALT' 0 'winlist' ''

  # Add new keybindings:

  $er -binding-key-del ANY Tab   'WIN'       0 'winlist' ''
  $er -binding-key-del ANY Tab   'SHIFT|WIN' 0 'winlist' ''

  $er -binding-key-add ANY Tab   'WIN'       0 'winlist' 'next'
  $er -binding-key-add ANY Tab   'SHIFT|WIN' 0 'winlist' 'prev'

So at the moment enlightenment_remote is the definite control center
of E17, but in the future GUI programs will let you do the same in a
more userfriendly way.

> And I'm not able to place to clock correctly. There is a border
> around the clock in "edit mode" and to the bottom there are a few
> pixels left so it looks unaligned since it clips the few pixels
> above the bottom ...

I'm not really sure what you mean here --- for me the clock is nicely
centered in its resize-box when I use the Edit Mode, and I see no
strange clipping.

-- 
Martin Geisler                                     GnuPG Key: 0x7E45DD38

PHP EXIF Library      |  PHP Weather             |  PHP Shell
http://pel.sf.net/    |  http://phpweather.net/  |  http://mgeisler.net/
Read/write EXIF data  |  Show current weather    |  A shell in a browser

Attachment: pgp2hf2rp9LCz.pgp
Description: PGP signature

Reply via email to