equal
deleted
inserted
replaced
2 |
2 |
3 ############################ |
3 ############################ |
4 # Set Environment variables. |
4 # Set Environment variables. |
5 ############################ |
5 ############################ |
6 |
6 |
7 SetEnv fvwm_home $[HOME]/.fvwm |
|
8 SetEnv fvwm_img $[FVWM_USERDIR]/images |
7 SetEnv fvwm_img $[FVWM_USERDIR]/images |
9 SetEnv fvwm_icon $[FVWM_USERDIR]/icons |
8 SetEnv fvwm_icon $[FVWM_USERDIR]/icons |
10 SetEnv screenshot_home $[HOME]/.screenshot |
9 SetEnv screenshot_home $[HOME]/.screenshot |
11 |
10 |
12 ##################### |
11 ##################### |
282 # ##### |
281 # ##### |
283 |
282 |
284 # Read generated by update-menu "/Debian" menu. |
283 # Read generated by update-menu "/Debian" menu. |
285 # To add own menu items create proper ~/.menu/app-name file and run update-menu. |
284 # To add own menu items create proper ~/.menu/app-name file and run update-menu. |
286 # About this you can rean in /usr/share/doc/menu/menu.txt.gz. |
285 # About this you can rean in /usr/share/doc/menu/menu.txt.gz. |
287 Read $[fvwm_home]/menudefs.hook |
286 Read /etc/X11/fvwm/menudefs.hook quiet |
288 |
287 |
289 AddToMenu MenuMy Media Title |
288 AddToMenu MenuMy Media Title |
290 + Emacs Exec exec emacs |
289 + Emacs Exec exec emacs |
291 + HTop Exec exec xterm -name htop -e sudo htop |
290 + HTop Exec exec xterm -name htop -e sudo htop |
292 + Firefox Exec exec firefox |
291 + Firefox Exec exec firefox |
408 + I Exec exec goldendict |
407 + I Exec exec goldendict |
409 # Right offset: 80 from FvwmPager + 2*6 from border = 92. |
408 # Right offset: 80 from FvwmPager + 2*6 from border = 92. |
410 + I Exec exec xclock -digit -update 1 -strftime '%F %T %a' -padding 2 -geometry 165x18-92+0 -face Monospace-9 -bg gray |
409 + I Exec exec xclock -digit -update 1 -strftime '%F %T %a' -padding 2 -geometry 165x18-92+0 -face Monospace-9 -bg gray |
411 |
410 |
412 # After all restart. |
411 # After all restart. |
413 AddToFunc RestartFunction |
412 # AddToFunc RestartFunction |
414 + I Exec exec update-menus |
413 # + I Exec exec update-menus |
415 |
414 |
416 # First and after all restart. |
415 # First and after all restart. |
417 # All fvwm modules exit after restart fvwm, so you must put they there. |
416 # All fvwm modules exit after restart fvwm, so you must put they there. |
418 AddToFunc StartFunction |
417 AddToFunc StartFunction |
419 + I Module FvwmPager 0 4 |
418 + I Module FvwmPager 0 4 |