Prevent border drifting.
[wmaker-crm.git] / util / wmgenmenu.h
blob8e6cd826639f7087432c25089afffd19b02c44cc
1 /* Copyright (C) 2010 Carlos R. Mafra */
3 /*
4 * If the program should run from inside a terminal it has
5 * to end with a space followed by '!', e.g. "mutt !"
6 */
8 char *Terminals[MAX_NR_APPS][2] = {
9 { N_("xterm"), "xterm -bg black -fg white +sb +sm -fn 10x20 -sl 4000 -cr yellow" },
10 { N_("mrxvt"), "mrxvt +bt +bc -shade 00 -vb +sb +sm -tr -sl 2000 -trt -itabbg black -hb -tabfg yellow -fn 10x20 -cr yellow" },
11 { N_("Konsole"), "konsole" },
12 { N_("Urxvt"), "urxvt" },
13 { NULL, NULL }
16 char *File_managers[MAX_NR_APPS][2] = {
17 { N_("Dolphin"), "dolphin" },
18 { N_("Thunar"), "thunar" },
19 { N_("ROX filer"), "rox" },
20 { N_("PCManFM"), "pcmanfm" },
21 { N_("GWorkspace"), "GWorkspace" },
22 { N_("Midnight Commander"), "mc !" },
23 { N_("XFTree"), "xftree" },
24 { N_("Konqueror"), "konqueror" },
25 { N_("Nautilus"), "nautilus --no-desktop" },
26 { N_("FSViewer"), "FSViewer" },
27 { N_("Xfe"), "xfe" },
28 { NULL, NULL }
31 char *Mathematics[MAX_NR_APPS][2] = {
32 { N_("Xmaxima"), "xmaxima" },
33 { N_("Maxima"), "maxima !" },
34 { N_("Maple"), "maple" },
35 { N_("Scilab"), "scilab" },
36 { N_("bc"), "bc !" },
37 { N_("KCalc"), "kcalc" },
38 { N_("XCalc"), "xcalc" },
39 { N_("Mathematica"), "mathematica" },
40 { N_("Math"), "math !" }, /* command-line Mathematica */
41 { N_("Free42"), "free42" },
42 { N_("X48"), "x48" },
43 { NULL, NULL }
46 char *Astronomy[MAX_NR_APPS][2] = {
47 { N_("Xplns"), "xplns" },
48 { N_("Stellarium"), "stellarium" },
49 { NULL, NULL }
52 char *Graphics[MAX_NR_APPS][2] = {
53 { N_("GIMP"), "gimp" },
54 { N_("Sodipodi"), "sodipodi" },
55 { N_("Inkscape"), "inkscape" },
56 { N_("KIllustrator"), "killustrator" },
57 { N_("Krayon"), "krayon" },
58 { N_("KPovModeler"), "kpovmodeler" },
59 { N_("XBitmap"), "bitmap" },
60 { N_("XPaint"), "xpaint" },
61 { N_("XFig"), "xfig" },
62 { N_("KPaint"), "kpaint" },
63 { N_("Blender"), "blender" },
64 { N_("KSnapshot"), "ksnapshot" },
65 { N_("GPhoto"), "gphoto" },
66 { N_("DigiKam"), "digikam" },
67 { N_("GQview"), "gqview" },
68 { N_("Geeqie"), "geeqie" },
69 { N_("KView"), "kview" },
70 { N_("Dia"), "dia" },
71 { N_("CompuPic"), "compupic" },
72 { N_("Pixie"), "pixie" },
73 { N_("ImageMagick Display"), "display" },
74 { N_("XV"), "xv" },
75 { N_("Eye of GNOME"), "eog" },
76 { N_("Quick Image Viewer"), "qiv" },
77 { NULL, NULL },
80 char *Multimedia[MAX_NR_APPS][2] = {
81 { N_("Audacious"), "audacious" },
82 { N_("Kaffeine"), "kaffeine", },
83 { N_("Audacity"), "audacity" },
84 { N_("Amarok"), "amarok" },
85 { N_("XMMS"), "xmms" },
86 { N_("K9Copy"), "k9copy" },
87 { N_("HandBrake"), "HandBrakeGUI" },
88 { N_("OGMRip"), "ogmrip" },
89 { N_("DVBcut"), "dvbcut" },
90 { N_("AcidRip"), "acidrip" },
91 { N_("RipperX"), "ripperX" },
92 { N_("Avidemux"), "avidemux2_gtk" },
93 { N_("GQmpeg"), "gqmpeg" },
94 { N_("SMPlayer"), "smplayer" },
95 { N_("Linux MultiMedia Studio"), "lmms" },
96 { N_("Freeamp"), "freeamp" },
97 { N_("RealPlayer"), "realplay" },
98 { N_("Mediathek"), "Mediathek.sh" },
99 { N_("KMid"), "kmid" },
100 { N_("Kmidi"), "kmidi" },
101 { N_("Gtcd"), "gtcd" },
102 { N_("Grip"), "grip" },
103 { N_("AVIplay"), "aviplay" },
104 { N_("Gtv"), "gtv" },
105 { N_("VLC"), "vlc" },
106 { N_("Sinek"), "sinek" },
107 { N_("xine"), "xine" },
108 { N_("aKtion"), "aktion" },
109 { N_("Gcd"), "gcd" },
110 { N_("XawTV"), "xawtv" },
111 { N_("XPlayCD"), "xplaycd" },
112 { NULL, NULL}
115 char *Internet[MAX_NR_APPS][2] = {
116 { N_("Chromium"), "chromium" },
117 { N_("Chromium"), "chromium-browser" },
118 { N_("Google Chrome"), "google-chrome" },
119 { N_("Mozilla Firefox"), "firefox" },
120 { N_("Galeon"), "galeon" },
121 { N_("SkipStone"), "skipstone" },
122 { N_("Konqueror"), "konqueror" },
123 { N_("Dillo"), "dillo" },
124 { N_("Epiphany"), "epiphany" },
125 { N_("Opera"), "opera" },
126 { N_("Midori"), "midori" },
127 { N_("Mozilla SeaMonkey"), "seamonkey" },
128 { N_("Kazehakase"), "kazehakase" },
129 { N_("Links"), "links !" },
130 { N_("Lynx"), "lynx !" },
131 { N_("W3M"), "w3m !" },
132 { NULL, NULL }
135 char *Email[MAX_NR_APPS][2] = {
136 { N_("Mozilla Thunderbird"), "thunderbird" },
137 { N_("Mutt"), "mutt !" },
138 { N_("GNUMail"), "GNUMail" },
139 { N_("Claws Mail"), "claws-mail" },
140 { N_("Evolution"), "evolution" },
141 { N_("Kleopatra"), "kleopatra" },
142 { N_("Sylpheed"), "sylpheed" },
143 { N_("Spruce"), "spruce" },
144 { N_("KMail"), "kmail" },
145 { N_("Exmh"), "exmh" },
146 { N_("Pine"), "pine !" },
147 { N_("ELM"), "elm !" },
148 { N_("Alpine"), "alpine !" },
149 { NULL, NULL }
152 char *Sound[MAX_NR_APPS][2] = {
153 { N_("soundKonverter"), "soundkonverter" },
154 { N_("Krecord"), "krecord" },
155 { N_("Grecord"), "grecord" },
156 { N_("ALSA mixer"), "alsamixer !" },
157 { N_("VolWheel"), "volwheel" },
158 { N_("Sound configuration"), "sndconfig !" },
159 { N_("aumix"), "aumix !" },
160 { N_("Gmix"), "gmix" },
161 { NULL, NULL }
164 char *Editors[MAX_NR_APPS][2] = {
165 { N_("XJed"), "xjed" },
166 { N_("Jed"), "jed !" },
167 { N_("Emacs"), "emacs" },
168 { N_("XEmacs"), "xemacs" },
169 { N_("SciTE"), "scite" },
170 { N_("Bluefish"), "bluefish" },
171 { N_("gVIM"), "gvim" },
172 { N_("vi"), "vi !" },
173 { N_("VIM"), "vim !" },
174 { N_("gedit"), "gedit" },
175 { N_("KEdit"), "kedit" },
176 { N_("XEdit"), "xedit" },
177 { N_("KWrite"), "kwrite" },
178 { N_("Kate"), "kate" },
179 { N_("Pico"), "pico !" },
180 { N_("Nano"), "nano !" },
181 { N_("Joe"), "joe !" },
182 { NULL, NULL }
185 char *Comics[MAX_NR_APPS][2] = {
186 { N_("Omnia data"), "omnia_data" },
187 { N_("Comix"), "comix" },
188 { N_("QComicBook"), "qcomicbook" },
189 { NULL, NULL }
192 char *Viewers[MAX_NR_APPS][2] = {
193 { N_("Evince"), "evince" },
194 { N_("KGhostView"), "kghostview" },
195 { N_("gv"), "gv" },
196 { N_("ePDFView"), "epdfview" },
197 { N_("GGv"), "ggv" },
198 { N_("Xdvi"), "xdvi" },
199 { N_("KDVI"), "kdvi" },
200 { N_("Xpdf"), "xpdf" },
201 { N_("Adobe Reader"), "acroread" },
202 { N_("Gless"), "gless" },
203 { NULL, NULL }
206 char *Utilities[MAX_NR_APPS][2] = {
207 { N_("Google Desktop"), "gdlinux" },
208 { N_("K3B"), "k3b" },
209 { N_("X-CD-Roast"), "xcdroast" },
210 { N_("Nero Linux"), "nero" },
211 { N_("Nero Linux Express"), "neroexpress" },
212 { N_("gtkfind"), "gtkfind" },
213 { N_("gdict"), "gdict" },
214 { N_("gpsdrive"), "gpsdrive" },
215 { N_("Task Coach"), "taskcoach" },
216 { N_("XSnap"), "xsnap" },
217 { N_("Screengrab"), "screengrab" },
218 { N_("XSane"), "xsane" },
219 { N_("wfcmgr"), "wfcmgr" },
220 { N_("switch"), "switch" },
221 { N_("Cairo Clock"), "cairo-clock" },
222 { N_("Conky"), "conky" },
223 { N_("GNU Privacy Assistant"), "gpa" },
224 { N_("Vidalia (tor)"), "vidalia" },
225 { N_("kaddressbook"), "kaddressbook" },
226 { N_("kab"), "kab" },
227 { N_("Filezilla"), "filezilla" },
228 { N_("Bleachbit"), "bleachbit" },
229 { N_("Teamviewer"), "teamviewer" },
230 { N_("gUVCView"), "guvcview" },
231 { N_("LinPopUp"), "linpopup" },
232 { N_("Wine Configurator"), "winecfg" },
233 { N_("NMap"), "nmapfe" },
234 { N_("Hydra"), "xhydra" },
235 { N_("XTeddy"), "xteddy" },
236 { N_("XTeddy TEST"), "xteddy_test" },
237 { N_("VNC Viewer"), "vncviewer" },
238 { N_("Java Control Panel"), "ControlPanel" },
239 { N_("kfind"), "kfind" },
240 { N_("oclock"), "oclock" },
241 { N_("rclock"), "rclock" },
242 { N_("Isomaster"), "isomaster" },
243 { N_("xclock"), "xclock" },
244 { N_("HP Systray"), "hp-systray" },
245 { N_("kppp"), "kppp" },
246 { N_("Xarchiver"), "xarchiver" },
247 { NULL, NULL }
250 char *Video[MAX_NR_APPS][2] = {
251 { NULL, NULL }
254 char *Chat[MAX_NR_APPS][2] = {
255 { N_("Pidgin"), "pidgin" },
256 { N_("Skype"), "skype" },
257 { N_("Gizmo"), "gizmo" },
258 { N_("Gajim"), "gajim" },
259 { N_("Kopete"), "kopete" },
260 { N_("XChat"), "xchat" },
261 { N_("Ekiga"), "Ekiga" },
262 { N_("KVIrc"), "kvirc" },
263 { N_("BitchX"), "BitchX !" },
264 { N_("EPIC"), "epic !" },
265 { N_("Linphone"), "linphone" },
266 { N_("Mumble"), "mumble" },
267 { N_("EPIC4"), "epic4 !" },
268 { N_("Irssi"), "irssi !" },
269 { N_("TinyIRC"), "tinyirc !" },
270 { N_("Ksirc"), "ksirc" },
271 { N_("gtalk"), "gtalk" },
272 { N_("GnomeICU"), "gnome-icu" },
273 { N_("Licq"), "licq" },
274 { N_("aMSN"), "amsn" },
275 { NULL, NULL }
278 char *P2P[MAX_NR_APPS][2] = {
279 { N_("aMule"), "amule" },
280 { N_("gFTP"), "gftp" },
281 { N_("Smb4K"), "smb4k" },
282 { N_("KTorrent"), "ktorrent" },
283 { N_("BitTorrent GUI"), "bittorrent-gui" },
284 { N_("Transmission GTK"), "transmission-gtk" },
285 { N_("ftp"), "ftp !" },
286 { N_("Deluge"), "deluge-gtk" },
287 { N_("sftp"), "sftp !" },
288 { N_("Pavuk"), "pavuk" },
289 { N_("gtm"), "gtm !" },
290 { N_("Gnut"), "gnut !" },
291 { N_("GTK Gnutella"), "gtk-gnutella" },
292 { N_("Gnutmeg"), "gnutmeg" },
293 { NULL, NULL }
296 char *Games[MAX_NR_APPS][2] = {
297 { N_("FlightGear Flight Simulator"), "fgfs" },
298 { N_("Tremulous"), "tremulous" },
299 { N_("XBoard"), "xboard" },
300 { N_("GNOME Chess"), "gnome-chess" },
301 { N_("Darkplaces (Quake 1)"), "darkplaces" },
302 { N_("QuakeSpasm (Quake 1)"), "quakespasm" },
303 { N_("Quake 2"), "quake2" },
304 { N_("KM Quake 2 (Quake 2"), "kmquake2" },
305 { N_("QMax (Quake 2"), "quake2-qmax" },
306 { N_("Quake 3"), "quake3" },
307 { N_("Quake 4"), "quake4" },
308 { N_("Quake 4 SMP"), "quake4-smp" },
309 { N_("Openarena"), "openarena" },
310 { N_("Quake 3: Urban Terror 2"), "q3ut2" },
311 { N_("Soldier of Fortune"), "sof" },
312 { N_("Rune"), "rune" },
313 { N_("Doom 3"), "doom3" },
314 { N_("Zelda Solarus"), "solarus" },
315 { N_("Solarwolf"), "solarwolf" },
316 { N_("Pachi"), "pachi" },
317 { N_("Tribes 2"), "tribes2" },
318 { N_("GNUjump"), "gnujump" },
319 { N_("Supertransball 2"), "supertransball2" },
320 { N_("Supertux"), "supertux" },
321 { N_("Supertux 2"), "supertux2" },
322 { N_("Mega Mario"), "megamario" },
323 { N_("Frogatto"), "frogatto" },
324 { N_("Minecraft"), "minecraft" },
325 { N_("Alienarena"), "alienarena" },
326 { N_("Nexuiz"), "nexuiz" },
327 { N_("Bomberclone"), "bomberclone" },
328 { N_("Chromium-BSU"), "chromium-bsu" },
329 { N_("Clanbomber"), "clanbomber" },
330 { N_("Clanbomber 2"), "clanbomber2" },
331 { N_("Defendguin"), "defendguin" },
332 { N_("Dosbox"), "dosbox" },
333 { N_("Duke Nukem 3D"), "duke3d" },
334 { N_("eDuke32"), "eduke32" },
335 { N_("Emilia Pinball"), "emilia-pinball" },
336 { N_("Extreme-Tuxracer"), "etracer" },
337 { N_("Freedroid RPG"), "freedroidRPG" },
338 { N_("Frozen Bubble"), "frozen-bubble" },
339 { N_("Frozen Bubble Editor"), "frozen-bubble-editor" },
340 { N_("GL 117"), "gl-117" },
341 { N_("LBreakout 2"), "lbreakout2" },
342 { N_("Legends"), "legends" },
343 { N_("Lincity-NG"), "lincity-ng" },
344 { N_("Neverball"), "neverball" },
345 { N_("Neverput"), "neverput" },
346 { N_("Openastromenace"), "openastromenace" },
347 { N_("Penguin Command"), "penguin-command" },
348 { N_("Powermanga"), "powermanga" },
349 { N_("Return to Castle Wolfenstein SP"), "rtcwsp" },
350 { N_("Return to Castle Wolfenstein MP"), "rtcwmp" },
351 { N_("Snes9X"), "snes9x-gtk" },
352 { N_("Slune"), "slune" },
353 { N_("Torcs"), "torcs" },
354 { N_("Speed Dreams"), "speed-dreams" },
355 { N_("Trackballs"), "trackballs" },
356 { N_("VDrift"), "vdrift" },
357 { N_("Warmux"), "warmux" },
358 { N_("Warsow"), "warsow" },
359 { N_("Wesnoth"), "wesnoth" },
360 { N_("World of Padman"), "worldofpadman" },
361 { N_("XBlast"), "xblast" },
362 { N_("XPenguins"), "xpenguins" },
363 { N_("XTux"), "xtux" },
364 { N_("The Mana World"), "tmw" },
365 { N_("The Mana World"), "mana" },
366 { N_("Super Mario Chronicles"), "smc" },
367 { N_("Unreal"), "unreal" },
368 { N_("Unreal Tournament"), "ut" },
369 { N_("Unreal Tournament 2004"), "ut2004" },
370 { N_("Xonotic"), "xonotic" },
371 { N_("Descent 3"), "descent3" },
372 { N_("Myth 2"), "myth2" },
373 { N_("Sauerbraten"), "sauerbraten" },
374 { N_("Sauerbraten"), "sauerbraten-client" },
375 { N_("Sauerbraten"), "sauer_client" },
376 { N_("Railroad Tycoon 2"), "rt2" },
377 { N_("Heretic 2"), "heretic2" },
378 { N_("Kohan"), "kohan" },
379 { N_("XQF"), "xqf" },
380 { NULL, NULL }
383 char *Office[MAX_NR_APPS][2] = {
384 { N_("OpenOffice.org Writer"), "oowriter" },
385 { N_("OpenOffice.org Calc"), "oocalc" },
386 { N_("OpenOffice.org Draw"), "oodraw" },
387 { N_("OpenOffice.org Impress"), "ooimpress" },
388 { N_("OpenOffice.org Math"), "oomath" },
389 { N_("OpenOffice.org"), "ooffice" },
390 { N_("StarOffice Writer"), "swriter" },
391 { N_("StarOffice Calc"), "scalc" },
392 { N_("StarOffice Draw"), "sdraw" },
393 { N_("StarOffice Impress"), "simpress" },
394 { N_("StarOffice Math"), "smath" },
395 { N_("StarOffice"), "soffice" },
396 { N_("LibreOffice Writer"), "lowriter" },
397 { N_("LibreOffice Calc"), "localc" },
398 { N_("LibreOffice Draw"), "lodraw" },
399 { N_("LibreOffice Impress"), "loimpress" },
400 { N_("LibreOffice Math"), "lomath" },
401 { N_("LibreOffice Base"), "lobase" },
402 { N_("LibreOffice Web"), "loweb" },
403 { N_("LibreOffice"), "libreoffice" },
404 { N_("AbiWord"), "abiword" },
405 { N_("KWord"), "kword" },
406 { N_("KPresenter"), "kpresenter" },
407 { N_("KSpread"), "kspread" },
408 { N_("KChart"), "kchart" },
409 { N_("KOrganizer"), "Korganizer" },
410 { N_("LyX"), "lyx" },
411 { N_("Klyx"), "klyx" },
412 { N_("GnuCash"), "gnucash" },
413 { N_("Gnumeric"), "gnumeric" },
414 { N_("GnomeCal"), "gnomecal" },
415 { N_("GnomeCard"), "gnomecard" },
416 { NULL, NULL }
419 char *Development[MAX_NR_APPS][2] = {
420 { N_("gitk"), "gitk" },
421 { N_("gitview"), "gitview" },
422 { N_("qgit"), "qgit" },
423 { N_("git-gui"), "git-gui" },
424 { N_("glimmer"), "glimmer" },
425 { N_("glade"), "glade" },
426 { N_("Geany"), "geany" },
427 { N_("Codeblocks"), "codeblocks" },
428 { N_("kdevelop"), "kdevelop" },
429 { N_("designer"), "designer" },
430 { N_("kbabel"), "kbabel" },
431 { N_("idle"), "idle" },
432 { N_("ghex"), "ghex" },
433 { N_("hexedit"), "hexedit !" },
434 { N_("memprof"), "memprof" },
435 { N_("tclsh"), "tclsh !" },
436 { N_("gdb"), "gdb !" },
437 { N_("xxgdb"), "xxgdb" },
438 { N_("xev"), "xev !" },
439 { NULL, NULL }
442 char *System[MAX_NR_APPS][2] = {
443 { N_("Iotop"), "iotop -d 4 --only !" },
444 { N_("Iostat"), "iostat -p -k 5 !" },
445 { N_("keybconf"), "keybconf" },
446 { N_("GNOME System Monitor"), "gtop" },
447 { N_("top"), "top !" },
448 { N_("KDE Process Monitor"), "kpm" },
449 { N_("gw"), "gw" },
450 { N_("GNOME Control Center"), "gnomecc" },
451 { N_("GKrellM"), "gkrellm" },
452 { N_("tksysv"), "tksysv" },
453 { N_("ksysv"), "ksysv" },
454 { N_("GNOME PPP"), "gnome-ppp" },
455 { NULL, NULL }
458 char *OpenSUSE[MAX_NR_APPS][2] = {
459 { N_("YaST 2"), "yast2" },
460 { N_("YaST"), "yast !" },
461 { N_("System Settings"), "systemsettings" },
462 { N_("UMTSMon"), "umtsmon" },
463 { NULL, NULL }
466 char *Mandriva[MAX_NR_APPS][2] = {
467 { N_("DrakNetCenter"), "draknetcenter" },
468 { N_("RPMDrake"), "rpmdrake" },
469 { N_("HardDrake"), "harddrake" },
470 { N_("DrakConf"), "drakconf" },
471 { N_("MandrakeUpdate"), "MandrakeUpdate" },
472 { N_("XDrakRes"), "Xdrakres" },
473 { NULL, NULL }
476 char *WindowMaker[MAX_NR_APPS][2] = {
477 { N_("Docker"), "docker -wmaker" },
478 { N_("Net"), "wmnet -d 100000 -Weth0" },
479 { N_("Net Load"), "wmnetload" },
480 { N_("Ping"), "wmping" },
481 { N_("Ping"), "wmpiki" },
482 { N_("Power"), "wmpower" },
483 { N_("Audacious"), "wmauda" },
484 { N_("Harddisk Monitor"), "wmdiskmon" },
485 { N_("Download"), "wmdl" },
486 { N_("Dots"), "wmdots" },
487 { N_("Matrix"), "wmMatrix" },
488 { N_("Fire"), "wmfire" },
489 { N_("Net send"), "wmpopup" },
490 { N_("Laptop"), "wmlaptop2" },
491 { N_("WiFi"), "wmwifi -s" },
492 { N_("Interface Info"), "wmifinfo" },
493 { N_("Weather"), "wmWeather" },
494 { N_("Weather"), "wmWeather+" },
495 { N_("Sticky Notes"), "wmstickynotes" },
496 { N_("Pinboard"), "wmpinboard" },
497 { N_("Mixer"), "wmmixer++ -w" },
498 { N_("Mixer"), "wmmixer" },
499 { N_("Weather"), "wmWeather -m -s EDDB" },
500 { N_("CPU Load"), "wmcpuload" },
501 { N_("CPU Freq"), "wmcpufreq" },
502 { N_("Memory Load"), "wmmemload" },
503 { N_("Memory Free"), "wmmemfree" },
504 { N_("Memory Monitor"), "wmmemmon" },
505 { N_("Clock Mon"), "wmclockmon" },
506 { N_("Network Devices"), "wmnd" },
507 { N_("Calendar & Clock"), "wmCalclock -S" },
508 { N_("Time"), "wmtime" },
509 { N_("Date"), "wmdate" },
510 { N_("Time & Date"), "wmclock" },
511 { N_("System Monitor"), "wmmon" },
512 { N_("System Monitor"), "wmsysmon" },
513 { N_("Sensor Monitor"), "wmsorsen" },
514 { N_("System Tray"), "wmsystemtray" },
515 { N_("System Tray"), "wmsystray" },
516 { N_("SMP Monitor"), "wmSMPmon" },
517 { N_("Timer"), "wmtimer" },
518 { N_("Mounter"), "wmudmount" },
519 { N_("Mounter"), "wmvolman" },
520 { N_("Uptime"), "wmupmon" },
521 { N_("Work Timer"), "wmwork" },
522 { N_("Interfaces"), "wmifs" },
523 { N_("Button"), "wmbutton" },
524 { N_("xmms"), "wmxmms" },
525 { N_("Power"), "wmpower" },
526 { N_("Magnify"), "wmagnify" },
527 { NULL, NULL }
530 char *other_wm[MAX_WMS][2] = {
531 { N_("IceWM"), "icewm" },
532 { N_("KWin"), "kwin" },
533 { N_("twm"), "twm" },
534 { N_("Fluxbox"), "fluxbox" },
535 { N_("Blackbox"), "blackbox" },
536 { N_("Ion"), "ion" },
537 { N_("Motif Window Manager"), "mwm" },
538 { N_("FVWM"), "fvwm" },
539 { N_("FVWM-Crystal"), "fvwm-crystal" },
540 { NULL, NULL }