2009/8/18 Glen Lee Edwards <g...@holiness.ch>: > Using FVWM 2.5.26 on debian lenny. After a period of time, certian > functions/features quit working, such as the title bar buttons, the menu > won't appear when over a window but will over the root window. Doing a > restart doesn't work, nor does quitting. I have to do a killall fvwm to > restore functionality. Sometimes fvwm shows up in ps as fvwm2, sometimes as > fvwm (less the '2'). I'm not seeing anything in the log file. Following is > my config script and log file.
See http://fvwm.org/documentation/faq/#0.1 > [...] >> >> # some simple default mouse bindings: >> # for the root window: >> Mouse 1 R A Menu RootMenu Nop >> Mouse 1 A 4 Menu RootMenu Nop Do these (and the similar) bindings in the opposite order: Mouse 1 A 4 Menu RootMenu Nop Mouse 1 R A Menu RootMenu Nop >> # for the title bar buttons: >> Mouse 1 1 N Menu RootMenu Nop >> [...] You may want to use A modifier for functions, but define the bindings before any bindings using modifiers on the same button and context. >> ## Key Bindings >> [...] >> >> # Format: Key [key name] [context] [modifiers] [command] >> Key Menu A N Menu RootMenu Nop >> Key Menu A 3 Menu Window-Ops Nop >> Key Menu A 4 Menu Window-Ops Nop >> Key Menu A M Menu Window-Ops Nop >> Key Menu A C WindowList >> Key Menu A S WindowList Here you probably want IgnoreModifiers, or create your own bindings using different permutations of the modifiers you don't use. > [...] /Viktor