equal
deleted
inserted
replaced
147 # ’S’ for shift |
147 # ’S’ for shift |
148 # ’M’ for Meta |
148 # ’M’ for Meta |
149 # ’L’ for Caps-Lock |
149 # ’L’ for Caps-Lock |
150 # ’A’ for any modifier |
150 # ’A’ for any modifier |
151 |
151 |
152 Mouse 1 R A Menu Utilities Nop |
|
153 |
|
154 # Setup title-bar button actions. |
152 # Setup title-bar button actions. |
155 Mouse 1 1 A FvwmDeleteOrDestroy |
153 Mouse 1 1 A FvwmDeleteOrDestroy |
156 Mouse 1 3 A FvwmIconifyOrShade |
154 Mouse 1 3 A FvwmIconifyOrShade |
157 Mouse 1 5 A FvwmMaximize 100 100 |
155 Mouse 1 5 A FvwmMaximize 100 100 |
158 Mouse 2 5 A FvwmMaximize 100 0 |
156 Mouse 2 5 A FvwmMaximize 100 0 |
168 # ############ |
166 # ############ |
169 |
167 |
170 # Key [(window)] Keyname Context Modifiers Function |
168 # Key [(window)] Keyname Context Modifiers Function |
171 # See Keyname on /usr/include/X11/keysymdef.h, without the XK_ prefix. |
169 # See Keyname on /usr/include/X11/keysymdef.h, without the XK_ prefix. |
172 |
170 |
173 # Popup standard fvwm menu. |
171 # Popup MenuMyRoot menu. |
174 Key F1 A M Menu MenuFvwmRoot Root c c |
172 Key F1 A M Menu MenuMyRoot Root c c |
175 # Popup my Utilities menu. |
173 Mouse 1 R A Menu MenuMyRoot Nop |
176 Key F2 A M Menu Utilities Root c c |
|
177 |
174 |
178 # Used by WindowList |
175 # Used by WindowList |
179 DestroyFunc WindowListFunc |
176 DestroyFunc WindowListFunc |
180 AddToFunc WindowListFunc |
177 AddToFunc WindowListFunc |
181 + I Iconify off |
178 + I Iconify off |
301 # Drawback - you can not make it smaller. |
298 # Drawback - you can not make it smaller. |
302 Style "htop" MinWindowSize 98 98 |
299 Style "htop" MinWindowSize 98 98 |
303 |
300 |
304 # Use interactive bash mode to read profile (~/.bashrc) to override default |
301 # Use interactive bash mode to read profile (~/.bashrc) to override default |
305 # value of PS1. |
302 # value of PS1. |
306 AddToMenu Utilities Utilities Title |
303 AddToMenu MenuMyRoot MenuMyRoot Title |
307 + Xterm Exec exec xterm -e bash -i |
304 + Xterm Exec exec xterm -e bash -i |
308 + Mc Exec exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ |
305 + Mc Exec exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ |
309 -name mc-secondary -geometry 136x42 -e bash -i -c "mc -x" |
306 -name mc-secondary -geometry 136x42 -e bash -i -c "mc -x" |
310 + debian Popup "/Debian" |
307 + debian Popup "/Debian" |
311 + my Popup MenuMy |
308 + my Popup MenuMy |