#起动FVWM时要做得失事情
AddToFunc StartFunction
+ I Exec exec fcitx
+ I Exec exec xloadimage ~/background.jpg -onroot -fullscreen
+ I Exec exec torsmo
#窗口自动提升
+ I Module FvwmAuto 1000 Raise Nop
#退出fvwm要做的事情
AddToFunc ExitFunction
+ I Exec killall fcitx
+ I Exec killall xloadimage
+ I Exec killall torsmo
#运行对话框快捷键配置 4代表windows键
Key R A 4 Exec exec grun
Key M A 4 Exec exec mlterm
Key F A 4 Exec exec firefox
Key V A 4 Exec exec gvim
Key S A 4 Exec exec stardic
Key Q A 4 Exec exec qterm
#点击窗口本身而不是标题就能使窗口升起来
Style * MouseFocusClickRaises
#设置窗口标题栏的最大化\最小化\关闭按钮
Mouse 1 6 A Iconify
Mouse 1 2 A Close
Mouse 1 4 A Maximize
ButtonStyle All -- UseTitleStyle
ButtonStyle All ActiveDown VGradient 8 palevioletred black
#ButtonStyle 1 Vector 7 65x15@0 25x55@1 45x55@0 35x85@1 75x45@0 55x45@1 65x15@0
ButtonStyle 2 16 20x20@1 30x20@1 50x40@1 70x20@1 80x20@1 80x30@0 60x50@0 80x80@0
70x80@0 50x60@0 30x80@0 20x80@0 20x70@0 40x50@1 20x30@0 20x20@1
#读取手写识别配置文件
Read fvwm.strokes
|