X-Git-Url: http://git.draconx.ca/gitweb/fvwmconf.git/blobdiff_plain/2d52e920e863331169fe14a26e88120f49f17ca3..5f2f17af57b79d931457073a046380cdc998f635:/common/bindings diff --git a/common/bindings b/common/bindings index 14a71b2..d9a03fa 100644 --- a/common/bindings +++ b/common/bindings @@ -12,14 +12,6 @@ Key F4 A M Close # When programs don't set the resolution... Key F12 A C Exec exec xrandr -s 0 -# For moving windows around desktops. -Key J WFT CM DoPageMove 0 -Key K WFT CM DoPageMove 1 -Key L WFT CM DoPageMove 2 -Key U WFT CM DoPageMove 3 -Key I WFT CM DoPageMove 4 -Key O WFT CM DoPageMove 5 - # For moving ourself around desktops. Key 1 A CM GotoPage 0 0 Key 2 A CM GotoPage 1 0 @@ -47,3 +39,8 @@ DestroyFunc DoPageMove AddToFunc DoPageMove + I GotoPage $0 0 + I MoveToPage $0 0 + +# Keymap config +PipeRead "[ -f '$[FVWM_USERDIR]/common/keymaps/$[KEYMAP]' ] \ + && echo Read common/keymaps/$[KEYMAP] \ + || echo Read common/keymaps/default"