summaryrefslogtreecommitdiffstats
path: root/desktop/uwm/appmenu
blob: 3329042a5db4c9d3fcbfc0caec7d181462967e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
% -*-Mode: Shell-Script;-*-
% Anybody volunteering to write a dedicated Emacs mode?
%
% /usr/share/uwm-$VER/config/appmenu
%
% Additional entries in the main menu. The entries are added at the
% end of the menu.
%
% Please read /usr/doc/uwm-$VER/uwm_manual.lyx and/or
% /usr/doc/uwm-$VER/manual.dvi for more information.

% A menu definition file is a hierarchical file made up of the
% following commands:
%
% SUBMENU "<name>" {'commands to build submenu'}
%       Will create a submenu named <name> with the items created by
%       the commands inside the braces.
%
% ITEM "<name>":"<command>";
%       Will create an item on the corresponding position named <name>
%       which will lead to the execution of <command> if selected. The
%       item is not created in case there already exists an item with
%       the same <name> in the same submenu.
%
% LINE;
%       Will add a seperation line to the corresponding
%       position. Several "LINE"s with nothing else in between will be 
%       truncatd to a single seperator.
%
% FILE "<filename>";
%       Will process the named file as if its contents were in the
%       position of the "FILE" command. The file is searched for in
%       the way described above and passed through the preprocessor.
%
% PIPE "<command>";
%       Will call <command> and process its standard output as if it
%       was in the position of the "PIPE" command. The commands output
%       is not passed through the preprocessor. 

SUBMENU "Applications" folder {
 ITEM "Dolphin": "dolphin ";
 ITEM "Midnight Commander": "xterm -e mc ";
}
SUBMENU "Development" folder {
 ITEM "Qt Assistant": "assistant ";
 ITEM "Qt Designer": "designer ";
 ITEM "Qt Linguist": "linguist ";
}
SUBMENU "Editors" folder {
 ITEM "Emacs": "emacs ";
 ITEM "Gvim": "gvim ";
 ITEM "Jed": "xterm -e jed ";
 ITEM "Joe": "xterm -e joe ";
 ITEM "Kate": "kate ";
 ITEM "Kwrite": "kwrite ";
 ITEM "Nano": "xterm -e nano ";
 ITEM "Pico": "xterm -e pico ";
 ITEM "Vim": "xterm -e vim ";
}
SUBMENU "Graphics" folder {
 SUBMENU "Image Viewers" folder {
  ITEM "Display": "display ";
  ITEM "Geeqie": "geeqie ";
  ITEM "Gwenview": "gwenview ";
  ITEM "Xv": "xv ";
 }
 ITEM "Bitmap": "bitmap ";
 ITEM "Gimp": "gimp ";
 ITEM "Kcolorchooser": "kcolorchooser ";
 ITEM "Kolourpaint": "kolourpaint ";
 ITEM "Xfig": "xfig ";
 ITEM "Xfractint": "xterm -e xfractint ";
 ITEM "Xpaint": "xpaint ";
 ITEM "Xsane": "xsane ";
}
SUBMENU "Multimedia" folder {
 ITEM "Audacious": "audacious ";
 ITEM "Aumix": "aumix ";
 ITEM "Dragon Player": "dragon";
 ITEM "Kaudiocreator": "kaudiocreator ";
 ITEM "Kmix": "kmix ";
% Warning - Starting gmplayer from the menu may freeze the window manager
% ITEM "Mplayer": "gmplayer ";
 ITEM "Xine": "xine ";
 ITEM "Xmms": "xmms ";
}
SUBMENU "Network" folder {
 ITEM "Akregator": "akregator ";
 ITEM "Alpine": "xterm -e alpine ";
 ITEM "Gnome Ftp": "gftp ";
 ITEM "Kget": "kget ";
 ITEM "Kmail": "kmail ";
 ITEM "Knode": "knode ";
 ITEM "Konqueror": "konqueror ";
 ITEM "Links": "xterm -e links ";
 ITEM "Lynx": "xterm -e lynx ";
 ITEM "Mozilla": "mozilla ";
 ITEM "Mozilla Firefox": "firefox ";
 ITEM "Mozilla Thunderbird": "thunderbird ";
 ITEM "Mutt": "xterm -e mutt ";
 ITEM "Pidgin": "pidgin ";
 ITEM "Pine": "xterm -e pine ";
 ITEM "X3270": "x3270 ";
 ITEM "Xchat": "xchat ";
}
SUBMENU "Office" folder {
 SUBMENU "Document Viewers" folder {
  ITEM "Gv": "gv ";
  ITEM "Okular": "okular ";
  ITEM "Xdvi": "xdvi ";
  ITEM "Xpdf": "xpdf ";
 }
 ITEM "Karbon": "karbon ";
 ITEM "Kontact": "kontact ";
 ITEM "Kpresenter": "kpresenter ";
 ITEM "Kspread": "kspread ";
 ITEM "Kword": "kword ";
}
SUBMENU "Other Wm" folder {
}
SUBMENU "Shells" folder {
 ITEM "Bash": "xterm -e bash ";
 ITEM "Konsole": "konsole ";
 ITEM "Ksh": "xterm -e ksh ";
 ITEM "Rxvt": "rxvt ";
 ITEM "Tcsh": "xterm -e tcsh ";
 ITEM "Xterm": "xterm ";
 ITEM "Zsh": "xterm -e zsh ";
}
SUBMENU "System" folder {
 ITEM "Gkrellm": "gkrellm ";
 ITEM "Kdiskfree": "kdf ";
 ITEM "Kleopatra": "kleopatra ";
 ITEM "Ksystemlog": "ksystemlog ";
}
SUBMENU "Utilities" folder {
 SUBMENU "Desktop" folder {
  ITEM "Xroach": "xroach ";
  ITEM "Xsnow": "xsnow ";
 }
 ITEM "Ark": "ark ";
 ITEM "Font Selection": "xfontsel ";
 ITEM "Gucharmap": "gucharmap ";
 ITEM "Kaddressbook": "kaddressbook ";
 ITEM "Kalarm": "kalarm ";
 ITEM "Kcalc": "kcalc ";
 ITEM "KDE Character Selector": "kcharselect ";
 ITEM "KDE Find Tool": "kfind ";
 ITEM "KDE Help Center": "khelpcenter ";
 ITEM "Kfontview": "kfontview ";
 ITEM "Kjots": "kjots ";
 ITEM "Knotes": "knotes ";
 ITEM "Korganizer": "korganizer ";
 ITEM "Kruler": "kruler ";
 ITEM "Ksnapshot": "ksnapshot ";
 ITEM "Ktimetracker": "ktimetracker ";
 ITEM "Oclock": "oclock ";
 ITEM "Rclock": "rclock ";
 ITEM "X Calculator": "xcalc ";
 ITEM "X Logo": "xlogo ";
 ITEM "Xclock": "xclock ";
 ITEM "Xeyes": "xeyes ";
 ITEM "Xmag": "xmag ";
}