Martin Zwickel <[EMAIL PROTECTED]> writes:

> Many thanks! That's what I need!

If you like keyboard control, then I can recommend these bindings too:

  $er -binding-key-add ANY Left  'SHIFT|CTRL|ALT' 0 'move_absolute' '+0 *'
  $er -binding-key-add ANY Right 'SHIFT|CTRL|ALT' 0 'move_absolute' '-0 *'
  $er -binding-key-add ANY Up    'SHIFT|CTRL|ALT' 0 'move_absolute' '* +0'
  $er -binding-key-add ANY Down  'SHIFT|CTRL|ALT' 0 'move_absolute' '* -0'

  $er -binding-key-add ANY Left  'CTRL|ALT' 0 'move_relative' '-20 0'
  $er -binding-key-add ANY Right 'CTRL|ALT' 0 'move_relative' '+20 0'
  $er -binding-key-add ANY Up    'CTRL|ALT' 0 'move_relative' '0 -20'
  $er -binding-key-add ANY Down  'CTRL|ALT' 0 'move_relative' '0 +20'

  $er -binding-key-add ANY Left  'SHIFT|ALT' 0 'resize' '-20 0'
  $er -binding-key-add ANY Right 'SHIFT|ALT' 0 'resize' '+20 0'
  $er -binding-key-add ANY Up    'SHIFT|ALT' 0 'resize' '0 -20'
  $er -binding-key-add ANY Down  'SHIFT|ALT' 0 'resize' '0 +20'

For those you'll have to delete some default bindings first:

  $er -binding-key-del ANY Left  'SHIFT|ALT' 0 'desk_flip_by' ''
  $er -binding-key-del ANY Right 'SHIFT|ALT' 0 'desk_flip_by' ''
  $er -binding-key-del ANY Up    'SHIFT|ALT' 0 'desk_flip_by' ''
  $er -binding-key-del ANY Down  'SHIFT|ALT' 0 'desk_flip_by' ''

  $er -binding-key-del ANY Up    'CTRL|ALT' 0 'window_raise' ''
  $er -binding-key-del ANY Down  'CTRL|ALT' 0 'window_lower' ''
  $er -binding-key-del ANY Left  'CTRL|ALT' 0 'desk_linear_flip_by' ''
  $er -binding-key-del ANY Right 'CTRL|ALT' 0 'desk_linear_flip_by' ''

> Have a look at the attachments. I can't get it to the bottom because
> of the resize-box (which is clipped to the bottom).

Aha... well I use the default theme so I haven't seen the problem.
Maybe you would like the updated winter theme instead?  It has another
design for the clock module and seems to align properly.

  http://get-e.org/Themes/E17/

-- 
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: pgp2Hi8ETUq1b.pgp
Description: PGP signature

Reply via email to