# Begin ~/.fvwm/fvwm2rc.exp # Frank Gruellich # # WARNING: this is a experimantal file. Don't source this file unless you know # what you do. # if you don't want or can't mess up your /etc/X11/{XF86Config,xorg.conf} add # this to StartFunction or InitFunction or execute it in a shell #AddToFunc StartFunction # + I Exec setxkbmap -rules xorg -layout "de,dvorak" -variant "nodeadkeys," -option "grp:alt_shift_toggle" DestroyFunc ExecCommand AddToFunc ExecCommand + I Echo "Unbinding keys" + I Key h A N - + I Key Escape A A - + I Key m A C ReadyCommands + I $* DestroyFunc ReadyCommands AddToFunc ReadyCommands + I Echo "Binding keys" + I Key h A N ExecCommand Exec /usr/bin/xterm + I Key Escape A A ExecCommand Nop Key m A C ReadyCommands # vim:ft=fvwm:tw=80 # End ~/.fvwm/fvwm2rc.exp