- made deiconification not automatically focus window in sloppy focus
[wmaker-crm.git] / WindowMaker / plmenu
bloba8caabc2e0b8ac8331a713099f8a9608724f53cd
1 ("Applications",
2  ("Info",
3   ("Info Panel...", INFO_PANEL),
4   ("Legal...", LEGAL_PANEL),
5   ("System Console", EXEC, "xconsole"),
6   ("System Load", EXEC, "xosview || xload"),
7   ("Process List", EXEC, "xterm -e top"),
8   ("Manual Browser", EXEC, "xman")
9   ),
10  ("Run...", EXEC, "%a(Run,Type command to run:)"),
11  ("XTerm", EXEC, "xterm -sb"),
12  ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"),
13  ("Workspaces", WORKSPACE_MENU),
14  ("Applications",
15   ("Graphics",
16    ("Gimp", EXEC, "gimp >/dev/null"),
17    ("XV", EXEC, "xv"),
18    ("XPaint", EXEC, "xpaint"),
19    ("XFig", EXEC, "xfig")
20    ),
21   ("X File Manager", EXEC, "xfm"),
22   ("OffiX Files", EXEC, "files"),
23   ("LyX", EXEC, "lyx"),
24   ("Netscape", EXEC, "netscape"),
25   ("Ghostview", EXEC, "ghostview %a(Enter file to view)"),
26   ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to view)"),
27   ("TkDesk", EXEC, "tkdesk")
28   ),
29  ("Editors",
30   ("XFte", EXEC, "xfte"),
31   ("XEmacs", EXEC, "xemacs || emacs"),
32   ("XJed", EXEC, "xjed"),
33   ("NEdit", EXEC, "nedit"),
34   ("Xedit", EXEC, "xedit"),
35   ("VI", EXEC, "xterm -e vi")
36   ),
37  ("Miscellaneous",
38   ("Xmcd", EXEC, "xmcd 2> /dev/null"),
39   ("Xplaycd", EXEC, "xplaycd"),
40   ("Xmixer", EXEC, "xmixer")
41   ),
42  ("Utils",
43   ("Calculator", EXEC, "xcalc"),
44   ("Window Properties", EXEC, "xprop | xmessage -center -title 'xprop' -file -"),
45   ("Font Chooser", EXEC, "xfontsel"),
46   ("Terminal Emulator", EXEC, "xminicom"),
47   ("Magnify", EXEC, "xmag"),
48   ("Colormap", EXEC, "xcmap"),
49   ("XKill", EXEC, "xkill"),
50   ("ASClock", EXEC, "asclock -shape"),
51   ("Clipboard", EXEC, "xclipboard")
52   ),
53  ("Selection",
54   ("Copy", EXEC, "echo '%s' | wxcopy"),
55   ("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"),
56   ("Navigate", EXEC, "netscape %s"),
57   ("Search in Manual", EXEC, "MANUAL_SEARCH(%s)")
58   ),
59  ("Workspace",
60   ("Hide Others", HIDE_OTHERS),
61   ("Show All", SHOW_ALL),
62   ("Arrange Icons", ARRANGE_ICONS),
63   ("Refresh", REFRESH),
64   ("Lock", EXEC, "xlock -allowroot -usefirst"),
65   ("Save Session", SAVE_SESSION),
66   ("Clear Saved Session", CLEAR_SESSION)
67   ),
68  ("Appearance",
69   ("Themes", OPEN_MENU, "-noext #wmdatadir#/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"),
70   ("Styles", OPEN_MENU, "-noext #wmdatadir#/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle"),
71   ("Icon Sets", OPEN_MENU, "-noext #wmdatadir#/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons"),
72   ("Background",
73    ("Solid",
74     ("Black", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"),
75     ("Blue",  EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'"),
76     ("Indigo", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#243e6c\")'"),
77     ("Deep Blue", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#180090\")'"),
78     ("Purple", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'"),
79     ("Wheat", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'"),
80     ("Dark Gray", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'"),
81     ("Wine", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'")
82     ),
83    ("Gradient",
84     ("Sunset", EXEC, "wdwrite WindowMaker WorkspaceBack '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'"),
85     ("Sky", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, white)'"),
86     ("Blue Shades",   EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#7080a5\", \"#101020\")'"),
87     ("Indigo Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#746ebc\", \"#242e4c\")'"),
88     ("Purple Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#654c66\", \"#151426\")'"),
89     ("Wheat Shades",  EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#a09060\", \"#302010\")'"),
90     ("Grey Shades",   EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'"),
91     ("Wine Shades",   EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'")
92     ),
93    ("Images", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
94    ),   
95   ("Save Theme", EXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""),
96   ("Save IconSet", EXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\"")
97   ), 
98  ("Exit",
99   ("Restart", RESTART),
100   ("Start BlackBox", RESTART, blackbox),
101   ("Start kwm", RESTART, kwm),
102   ("Start IceWM", RESTART, icewm),
103   ("Exit...", EXIT)