32461c64c19216cda681886545e53690f04ad5ae
[grml-desktop.git] / etc / skel / .pekwm / menu
1 # Menu config for pekwm
2
3 # Variables
4 $TERM = "x-terminal-emulator"
5 #$TERM = "x-terminal-emulator -bg black -fg yellow -fn -misc-fixed-medium-r-normal--14-140-75-75-c-90-iso8859-15 -ah"
6 $XCONSOLE = "xconsole -daemon -notify -verbose -fn fixed -exitOnFail -file /dev/xconsole"
7
8 RootMenu = "Pekwm @ grml" {
9         Entry = "xterm" { Actions = "Exec $TERM &" }
10         Entry = "screen" { Actions = "Exec $TERM -title screen -e screen &" }
11         Entry = "vim" { Actions = "Exec $TERM -title VIM -e vim &" }
12         Entry = "emacs" { Actions = "Exec emacs &" }
13         Entry = "----------" { Actions = "NoAction" }
14         Submenu = "WWW" {
15                 Entry = "firefox" { Actions = "Exec mozilla-firefox &" }
16                 Entry = "xlinks2" { Actions = "Exec xlinks2 -mode 640x480 &" }
17                 Entry = "w3m" { Actions = "Exec $TERM -title w3m -e w3m http://grml.org/ &" }
18         }
19         Submenu = "Communication" {
20                 Entry = "mutt" { Actions = "Exec $TERM -title mutt -e mutt &" }
21                 Entry = "slrn" { Actions = "Exec $TERM -title slrn -e slrn &" }
22                 Entry = "centericq" { Actions = "Exec $TERM -title centericq -e centericq &" }
23         }
24         Submenu = "Configuration" {
25                 Entry = "grml-mutt" { Actions = "Exec $TERM -title grml-mutt -e grml-mutt &" }
26                 Entry = "grml-postfix" { Actions = "Exec $TERM -title grml-postfix -e grml-postfix &" }
27                 Entry = "grml-slrn" { Actions = "Exec $TERM -title grml-slrn -e grml-slrn &" }
28         }
29         Submenu = "Debian" {
30                 INCLUDE = "/etc/pekwm/debian-menu"
31         }
32         Entry = "----------" { Actions = "NoAction" }
33                 Entry = "Reload" { Actions = "Reload" }
34                 Entry = "Restart" { Actions = "Restart" }
35                 Entry = "Exit" { Actions = "Exit" }
36                 Submenu = "Themes" {
37                         Entry = { Actions = "Dynamic /usr/share/pekwm/scripts/pekwm_themeset.pl ~/.pekwm/themes" }
38                 }
39
40 }
41 WindowMenu = "Window Menu" {
42         Entry = "(Un)Stick" { Actions = "Toggle Sticky" }
43         Entry = "(Un)Shade" { Actions = "Toggle Shaded" }
44
45         Submenu = "Maximize" {
46                 Entry = "Full" { Actions = "Toggle Maximized True True" }
47                 Entry = "Horizontal" { Actions = "Toggle Maximized True False" }
48                 Entry = "Vertical" { Actions = "Toggle Maximized False True" }
49         }
50         Submenu = "Fill" {
51                 Entry = "Full" { Actions = "MaxFill True True" }
52                 Entry = "Horizontal" { Actions = "MaxFill True False" }
53                 Entry = "Vertical" { Actions = "MaxFill False True" }
54         }
55         Submenu = "Stacking" {
56                 Entry = "Raise " { Actions = "Raise" }
57                 Entry = "Lower" { Actions = "Lower" }
58                 Entry = "Always On Top " { Actions = "Toggle AlwaysOnTop" }
59                 Entry = "Always Below" { Actions = "Toggle AlwaysBelow" }
60         }
61         Submenu = "Decor" {
62                 Entry = "Decor" { Actions = "Toggle DecorBorder; Toggle DecorTitlebar" }
63                 Entry = "Border" { Actions = "Toggle DecorBorder" }
64                 Entry = "Titlebar" { Actions = "Toggle DecorTitlebar" }
65         }
66         Submenu = "Skip" {
67                 Entry = "Menus" { Actions = "Toggle Skip Menus" }
68                 Entry = "Focus Toggle" { Actions = "Toggle Skip FocusToggle" }
69                 Entry = "Snap" { Actions = "Toggle Skip Snap" }
70         }
71         SubMenu = "Send To" {
72                 Entry { Actions = "Dynamic /usr/share/pekwm/scripts/pekwm_ws_menu.pl SendTo" }
73         }
74         Entry = "Iconify " { Actions = "Set Iconified" }
75         Entry = "Close" { Actions = "Close" }
76         Entry = "Kill " { Actions = "Kill " }
77 }