]> git.draconx.ca Git - fvwmconf.git/blob - atropos/rootmenu
Move the rootmenu to the machine-specific directories.
[fvwmconf.git] / atropos / rootmenu
1 MenuStyle * !TitleWarp
2
3 CopyMenuStyle * MenuMPD
4 MenuStyle MenuMPD ItemFormat "%.2|%3.5l%.5l%2.3>%-80.5r%.5i%1|"
5
6 DestroyMenu MenuFvwmRoot
7 AddToMenu   MenuFvwmRoot
8 + DynamicPopupAction MakeMenuFvwmRoot
9
10 DestroyFunc MakeMenuFvwmRoot
11 AddToFunc   MakeMenuFvwmRoot
12 + I DestroyMenu recreate MenuFvwmRoot
13 + I PipeRead 'echo AddToMenu MenuFvwmRoot "$USER@`hostname`" Title'
14 + I AddToMenu MenuFvwmRoot "Terminal%terminal.svg:16x16%" Exec exec $[TERMINAL]
15 + I AddToMenu MenuFvwmRoot "Firefox%firefox.png%" Exec exec firefox
16 + I PipeRead "xlsclients -a | grep ' xchat$' >/dev/null || echo\
17         AddToMenu MenuFvwmRoot 'Xchat%xchat.png%' Exec exec xchat"
18 + I PipeRead "xlsclients -a | grep ' gmpc$' >/dev/null || echo\
19         AddToMenu MenuFvwmRoot 'GMPC%gmpc.png%' Exec exec gmpc"
20 + I AddToMenu MenuFvwmRoot "" Nop
21 + I AddToMenu MenuFvwmRoot "Network%network.svg:16x16%" Popup MenuNetwork
22 + I AddToMenu MenuFvwmRoot "Games%games.svg:16x16%" Popup MenuGames
23 + I AddToMenu MenuFvwmRoot "" Nop
24 + I AddToMenu MenuFvwmRoot "Wallpaper%wallpaper.svg:16x16%" Popup MenuWallpaper
25 + I AddToMenu MenuFvwmRoot "Music%music.svg:16x16%" Popup MenuMPD
26 + I AddToMenu MenuFvwmRoot "" Nop
27 + I AddToMenu MenuFvwmRoot "Restart FVWM%reload.svg:16x16%" Restart
28 + I AddToMenu MenuFvwmRoot "Exit FVWM%logout.svg:16x16%"\
29         Module FvwmForm FvwmForm-QuitVerify
30
31 DestroyMenu MenuNetwork
32 AddToMenu   MenuNetwork
33 + "Pan Newsreader%pan.png%" Exec exec env LC_ALL=en_CA.UTF-8 pan
34
35 DestroyMenu MenuGames
36 AddToMenu   MenuGames
37 + "Gens%sonic.png%" Exec exec gens
38
39 DestroyMenu MenuMPD
40 AddToMenu   MenuMPD
41 + DynamicPopUpAction   MakeMenuMPD
42 + DynamicPopDownAction KillMenuMPD
43 ChangeMenuStyle MenuMPD MenuMPD
44
45 DestroyFunc MakeMenuMPD
46 AddToFunc   MakeMenuMPD
47 + I DestroyMenu recreate MenuMPD
48 + I PipeRead "exec $[FVWM_USERDIR]/mpdmenu.pl --menu MenuMPD"
49
50 Mouse 3 R A Menu MenuFvwmRoot