Avoid icon change to default on winspector save
[wmaker-crm.git] / WindowMaker / plmenu
blob020c239acb37dc7068c64ac66b7f16fc8a1d7076
1 ("Applications",
2  ("Info",
3   ("Info Panel", INFO_PANEL),
4   ("Legal", LEGAL_PANEL),
5   ("System Console", EXEC, "xconsole"),
6   ("System Load", SHEXEC, "xosview || xload"),
7   ("Process List", EXEC, "xterm -e top"),
8   ("Manual Browser", EXEC, "xman")
9  ),
10  ("Run...", SHEXEC, "%a(Run,Type command to run:)"),
11  ("XTerm", EXEC, "xterm -sb"),
12  ("Mozilla Firefox", EXEC, "firefox"),
13  ("Workspaces", WORKSPACE_MENU),
14  ("Applications",
15   ("Gimp", SHEXEC, "gimp >/dev/null"),
16   ("Ghostview", EXEC, "ghostview %a(Enter file to view)"),
17   ("Xpdf", EXEC, "xpdf %a(Enter PDF to view)"),
18   ("Abiword", EXEC, "abiword"),
19   ("Dia", EXEC, "dia"),
20   ("OpenOffice.org",
21    ("OpenOffice.org", EXEC, "ooffice"),
22    ("Writer", EXEC, "oowriter"),
23    ("Spreadsheet", EXEC, "oocalc"),
24    ("Draw", EXEC, "oodraw"),
25    ("Impress", EXEC, "ooimpress")
26   ),
27   ("Editors",
28    ("XEmacs", EXEC, "xemacs"),
29    ("Emacs", EXEC, "emacs"),
30    ("XJed", EXEC, "xjed"),
31    ("VI", EXEC, "xterm -e vi"),
32    ("GVIM", EXEC, "gvim"),
33    ("NEdit", EXEC, "nedit"),
34    ("Xedit", EXEC, "xedit")
35   ),
36   ("Multimedia",
37    ("XMMS",
38     ("XMMS", EXEC, "xmms"),
39     ("XMMS play/pause", EXEC, "xmms -t"),
40     ("XMMS stop", EXEC, "xmms -s")
41    ),
42    ("Xine video player", EXEC, "xine"),
43    ("MPlayer", EXEC, "mplayer")
44   )
45  ),
46  ("Utils",
47   ("Calculator", EXEC, "xcalc"),
48   ("Window Properties", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"),
49   ("Font Chooser", EXEC, "xfontsel"),
50   ("Magnify", EXEC, "wmagnify"),
51   ("Colormap", EXEC, "xcmap"),
52   ("Kill X Application", EXEC, "xkill")
53  ),
54  ("Selection",
55   ("Copy", SHEXEC, "echo '%s' | wxcopy"),
56   ("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"),
57   ("Navigate", EXEC, "mozilla %s"),
58   ("Search in Manual", EXEC, "MANUAL_SEARCH(%s)")
59  ),
60  ("Commands",
61   ("Hide Others", HIDE_OTHERS),
62   ("Show All", SHOW_ALL),
63   ("Arrange Icons", ARRANGE_ICONS),
64   ("Refresh", REFRESH),
65   ("Lock", EXEC, "xlock -allowroot -usefirst")
66  ),
67  ("Appearance",
68   ("Themes", OPEN_MENU, "-noext #wmdatadir#/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"),
69   ("Styles", OPEN_MENU, "-noext #wmdatadir#/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle"),
70   ("Icon Sets", OPEN_MENU, "-noext #wmdatadir#/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons"),
71   ("Background",
72    ("Solid",
73         ("Black", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"),
74         ("Blue",  EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'"),
75         ("Indigo", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#243e6c\")'"),
76         ("Bluemarine", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#224477\")'"),
77         ("Purple", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'"),
78         ("Wheat", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'"),
79         ("Dark Gray", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'"),
80         ("Wine", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'")
81    ),
82    ("Gradient",
83         ("Sunset", EXEC, "wdwrite WindowMaker WorkspaceBack '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'"),
84         ("Sky", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, white)'"),
85         ("Blue Shades",   EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#7080a5\", \"#101020\")'"),
86         ("Indigo Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#746ebc\", \"#242e4c\")'"),
87         ("Purple Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#654c66\", \"#151426\")'"),
88         ("Wheat Shades",  EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#a09060\", \"#302010\")'"),
89         ("Grey Shades",   EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'"),
90         ("Wine Shades",   EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'")
91    ),
92    ("Images", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
93    ),
94    ("Save Theme", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""),
95    ("Save IconSet", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""),
96    ("Preferences Utility", EXEC, "/usr/local/GNUstep/Applications/WPrefs.app/WPrefs")
97    ),
98    ("Session",
99     ("Save Session", SAVE_SESSION),
100     ("Clear Session", CLEAR_SESSION),
101         ("Restart Window Maker", RESTART),
102         ("Start BlackBox", RESTART, blackbox),
103         ("Start IceWM", RESTART, icewm),
104         ("Exit", EXIT)
105    )