mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 22:34:18 +01:00
Poke wmgenmenu, part 2
- Convert to using WINGs PropList functions - Add mwm to other_wm, remove ee from Graphics while here
This commit is contained in:
committed by
Carlos R. Mafra
parent
daad5ed828
commit
c165beeb4b
@@ -30,7 +30,7 @@ char *Graphics[MAX_NR_APPS] = {
|
||||
"gimp", "sodipodi", "killustrator", "krayon", "kpovmodeler",
|
||||
"bitmap", "xpaint", "xfig", "kpaint", "blender", "ksnapshot",
|
||||
"gphoto", "dia", "compupic", "gqview", "kview", "pixie",
|
||||
"display", "ee", "xv", "eog", "qiv !"
|
||||
"display", "xv", "eog", "qiv !"
|
||||
};
|
||||
|
||||
char *Multimedia[MAX_NR_APPS] = {
|
||||
@@ -134,5 +134,5 @@ char *WindowMaker[MAX_NR_APPS] = {
|
||||
};
|
||||
|
||||
char *other_wm[MAX_WMS] = {
|
||||
"icewm", "kwin", "twm", "fluxbox", "blackbox", "ion"
|
||||
"icewm", "kwin", "twm", "fluxbox", "blackbox", "ion", "mwm"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user