3382e7577cf2d0e796925dffd30b6b39efce6906
[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 = "dillo" { Actions = "Exec dillo &" }
16                 Entry = "firefox" { Actions = "Exec mozilla-firefox &" }
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-nessus" { Actions = "Exec $TERM -title grml-nessus -e grml-nessus &" }
27                 Entry = "grml-postfix" { Actions = "Exec $TERM -title grml-postfix -e grml-postfix &" }
28                 Entry = "grml-slrn" { Actions = "Exec $TERM -title grml-slrn -e grml-slrn &" }
29         }
30         Submenu = "Debian" {
31         INCLUDE = "/etc/X11/pekwm/deb-menu"
32         }
33         Entry = "----------" { Actions = "NoAction" }
34                 Entry = "Reload" { Actions = "Reload" }
35                 Entry = "Restart" { Actions = "Restart" }
36                 Entry = "Exit" { Actions = "Exit" }
37                 Submenu = "Themes" {
38                         Entry = { Actions = "Dynamic /usr/share/pekwm/scripts/pekwm_themeset.pl ~/.pekwm/themes" }
39                 }
40
41 }
42 WindowMenu = "Window Menu" {
43         Entry = "(Un)Stick" { Actions = "Toggle Sticky" }
44         Entry = "(Un)Shade" { Actions = "Toggle Shaded" }
45
46         Submenu = "Maximize" {
47                 Entry = "Full" { Actions = "Toggle Maximized True True" }
48                 Entry = "Horizontal" { Actions = "Toggle Maximized True False" }
49                 Entry = "Vertical" { Actions = "Toggle Maximized False True" }
50         }
51         Submenu = "Fill" {
52                 Entry = "Full" { Actions = "MaxFill True True" }
53                 Entry = "Horizontal" { Actions = "MaxFill True False" }
54                 Entry = "Vertical" { Actions = "MaxFill False True" }
55         }
56         Submenu = "Stacking" {
57                 Entry = "Raise " { Actions = "Raise" }
58                 Entry = "Lower" { Actions = "Lower" }
59                 Entry = "Always On Top " { Actions = "Toggle AlwaysOnTop" }
60                 Entry = "Always Below" { Actions = "Toggle AlwaysBelow" }
61         }
62         Submenu = "Decor" {
63                 Entry = "Decor" { Actions = "Toggle DecorBorder; Toggle DecorTitlebar" }
64                 Entry = "Border" { Actions = "Toggle DecorBorder" }
65                 Entry = "Titlebar" { Actions = "Toggle DecorTitlebar" }
66         }
67         Submenu = "Skip" {
68                 Entry = "Menus" { Actions = "Toggle Skip Menus" }
69                 Entry = "Focus Toggle" { Actions = "Toggle Skip FocusToggle" }
70                 Entry = "Snap" { Actions = "Toggle Skip Snap" }
71         }
72         SubMenu = "Send To" {
73                 Entry { Actions = "Dynamic /usr/share/pekwm/scripts/pekwm_ws_menu.pl SendTo" }
74         }
75         Entry = "Iconify " { Actions = "Set Iconified" }
76         Entry = "Close" { Actions = "Close" }
77         Entry = "Kill " { Actions = "Kill " }
78 }