Some questions with FVWM setting
1,How to use "Win_L+D" to display the desktop in FVWM?
2,I want use "Alt+B" to close,"Alt+N" to iconify, and "Alt+M" to maximize the current window.I have tried:
"Key B A M Close" Neither "Alt+B" nor "B" works
"Key B A Meta Close" Both "Alt+B" and "B" can close the window.
What's the problem? I just need "Alt+B" but not "B".
3,After I set "Style * ClickToFocus" in .fvwm2rc,one of the windows is always activated but the others can not be activated forever.What's wrong with it?
Here is my .fvwm2rc:
ClickTime 150
DeskTopSize 0*0
ColormapFocus FollowsFocus
Style * ClickToFocus
Style * HilightFore black, HilightBack palevioletred
MenuStyle * fvwm, Foreground maroon, Background grey60, Greyed grey40
MenuStyle * Font -adobe-times-bold-r-*-*-14-*-*-*-*-*-*-*
Mouse 1 R A Nop
Mouse 1 2 A Close
Mouse 1 4 A Maximize
Mouse 1 6 A Iconify
Mouse 1 W A Raise
Mouse 1 FS A FuncFvwmResizeOrRaise
Mouse 1 T A FuncFvwmMoveOrRaise
Mouse 1 I A FuncFvwmMoveOrIconify
AddToFunc InitFunction
+ I exec xsetroot -mod 2 2 -fg rgb:55/40/55 -bg rgb:70/50/70
DestroyMenu MenuFvwmRoot
AddToMenu MenuFvwmRoot "$[gt.Root Menu]" Title
+ "&R. Rxvt" Exec exec crxvt-gb
+ "" Nop
+ "&F. Rox" Exec exec rox
+ "" Nop
+ "&L.Login Out" Quit
DestroyFunc FuncFvwmMoveOrRaise
AddToFunc FuncFvwmMoveOrRaise
+ I Raise
+ M Move
DestroyFunc FuncFvwmMoveOrIconify
AddToFunc FuncFvwmMoveOrIconify
+ I Raise
+ M Move
+ D Iconify
DestroyFunc FuncFvwmResizeOrRaise
AddToFunc FuncFvwmResizeOrRaise
+ I Raise
+ M Resize
|