menu: New macro #usergnusteppath# for user GNUstep directory
[wmaker-crm.git] / WindowMaker / plmenu.in
blob9eeba280377b8530720f9c7ac87c5291dd369f7a
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", OPEN_MENU, "appearance.menu"),
68    ("Session",
69     ("Save Session", SAVE_SESSION),
70     ("Clear Session", CLEAR_SESSION),
71         ("Restart Window Maker", RESTART),
72         ("Start BlackBox", RESTART, blackbox),
73         ("Start IceWM", RESTART, icewm),
74         ("Exit", EXIT)
75    )