]> git.draconx.ca Git - fvwmconf.git/blob - common/rootmenu
Split the .fvwm directory into global, common, and host-specific subdirectories.
[fvwmconf.git] / common / rootmenu
1 MenuStyle * !TitleWarp
2
3 CopyMenuStyle * MenuMPD
4 MenuStyle MenuMPD ItemFormat "%.2|%3.5l%.5l%2.3>%-70.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 "" Nop
23 + I AddToMenu MenuFvwmRoot "Wallpaper%wallpaper.svg:16x16%" Popup MenuWallpaper
24 + I AddToMenu MenuFvwmRoot "Music%music.svg:16x16%" Popup MenuMPD
25 + I AddToMenu MenuFvwmRoot "" Nop
26 + I AddToMenu MenuFvwmRoot "Restart FVWM%reload.svg:16x16%" Restart
27 + I AddToMenu MenuFvwmRoot "Exit FVWM%logout.svg:16x16%"\
28         Module FvwmForm FvwmForm-QuitVerify
29
30 DestroyMenu MenuNetwork
31 AddToMenu   MenuNetwork
32 + "Pan Newsreader%pan.png%" Exec exec env LC_ALL=en_CA.UTF-8 pan
33 + "Valknut%valknut.png%" Exec exec valknut
34 + "aMule GUI%amule.png%" Exec exec amulegui
35
36 DestroyMenu MenuMPD
37 AddToMenu   MenuMPD
38 + DynamicPopUpAction   MakeMenuMPD
39 + DynamicPopDownAction KillMenuMPD
40 ChangeMenuStyle MenuMPD MenuMPD
41
42 DestroyFunc MakeMenuMPD
43 AddToFunc   MakeMenuMPD
44 + I DestroyMenu recreate MenuMPD
45 + I PipeRead "exec $[FVWM_USERDIR]/mpdmenu.pl --menu MenuMPD"
46
47 Mouse 3 R A Menu MenuFvwmRoot