44 |
44 |
45 Style "*" Icon app/x-32x32.xpm, \ |
45 Style "*" Icon app/x-32x32.xpm, \ |
46 MiniIcon app/x-flex-16x16.xpm |
46 MiniIcon app/x-flex-16x16.xpm |
47 Style "XTerm" Icon app/terminal-16x16.xpm, \ |
47 Style "XTerm" Icon app/terminal-16x16.xpm, \ |
48 MiniIcon app/terminal-16x16.xpm |
48 MiniIcon app/terminal-16x16.xpm |
49 Style "Mc" Icon app/mc-16x16.xpm, \ |
49 Style "mc-*" Icon app/mc-16x16.xpm, \ |
50 MiniIcon app/mc-16x16.xpm |
50 MiniIcon app/mc-16x16.xpm |
51 |
51 |
52 # ############ |
52 # ############ |
53 # FvwmTaskBar. |
53 # FvwmTaskBar. |
54 # ############ |
54 # ############ |
222 # Use interactive bash mode to read profile (~/.bashrc) to override default |
222 # Use interactive bash mode to read profile (~/.bashrc) to override default |
223 # value of PS1. |
223 # value of PS1. |
224 AddToMenu Utilities Utilities Title |
224 AddToMenu Utilities Utilities Title |
225 + Xterm Exec exec xterm -e bash -i |
225 + Xterm Exec exec xterm -e bash -i |
226 + Mc Exec exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ |
226 + Mc Exec exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ |
227 -name Mc -geometry 120x42 -e bash -i -c "mc -x" |
227 -name mc-secondary -geometry 120x42 -e bash -i -c "mc -x" |
228 + Emacs Exec emacs |
228 + Emacs Exec emacs |
229 |
229 |
230 + debian Popup "/Debian" |
230 + debian Popup "/Debian" |
231 + my Popup MenuMy |
231 + my Popup MenuMy |
232 + fvwm Popup MenuFvwmRoot |
232 + fvwm Popup MenuFvwmRoot |
285 *FvwmPager: MiniIcons |
285 *FvwmPager: MiniIcons |
286 *FvwmPager: UseSkipList |
286 *FvwmPager: UseSkipList |
287 *FvwmPager: Rows 3 |
287 *FvwmPager: Rows 3 |
288 *FvwmPager: Columns 1 |
288 *FvwmPager: Columns 1 |
289 |
289 |
|
290 #################### |
|
291 # Startup functions. |
|
292 #################### |
|
293 |
|
294 # Define whare place autoloaded progs. |
|
295 # StartsOnPage [desk [x y]] |
|
296 Style "mc-main" StartsOnPage 0 1 0, SkipMapping |
|
297 Style "stardict" StartsOnPage 2 1 2, SkipMapping |
|
298 |
|
299 # Only once. |
|
300 AddToFunc InitFunction |
|
301 + I Exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ |
|
302 -name mc-main -geometry 120x42 -e bash -i -c "mc -x" |
|
303 + I Exec stardict |
|
304 |
|
305 # After all restart. |
|
306 AddToFunc RestartFunction |
|
307 |
|
308 # First and after all restart. |
|
309 # All fvwm modules exit after restart fvwm, so you must put they there. |
290 AddToFunc StartFunction |
310 AddToFunc StartFunction |
291 + I Module FvwmPager 0 2 |
311 + I Module FvwmPager 0 2 |
292 # + I GotoDeskAndPage 2 2 2 |
|
293 # + I Exec stardict |
|
294 # + I GotoDeskAndPage 0 0 0 |
|
295 # Add next to load desktop image (must be .xpm or .png) |
312 # Add next to load desktop image (must be .xpm or .png) |
296 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |
313 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |