mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-08 09:25:49 +01:00
updated menus for SHEXEC
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
("Panneau d'informations", INFO_PANEL),
|
||||
("Panneau d'informations légales", LEGAL_PANEL),
|
||||
("Console système", EXEC, "xconsole"),
|
||||
("Charge système", EXEC, "xosview || xload"),
|
||||
("Charge système", SHEXEC, "xosview || xload"),
|
||||
("Liste des processus", EXEC, "xterm -e top"),
|
||||
("Butineur d'aide", EXEC, "xman")
|
||||
),
|
||||
@@ -13,7 +13,7 @@
|
||||
("Espaces de travail", WORKSPACE_MENU),
|
||||
("Applications",
|
||||
("Graphismes",
|
||||
("Gimp", EXEC, "gimp >/dev/null"),
|
||||
("Gimp", SHEXEC, "gimp >/dev/null"),
|
||||
("XV", EXEC, "xv"),
|
||||
("XPaint", EXEC, "xpaint"),
|
||||
("XFig", EXEC, "xfig")
|
||||
@@ -28,20 +28,20 @@
|
||||
),
|
||||
("Editeurs",
|
||||
("XFte", EXEC, "xfte"),
|
||||
("XEmacs", EXEC, "xemacs || emacs"),
|
||||
("XEmacs", SHEXEC, "xemacs || emacs"),
|
||||
("XJed", EXEC, "xjed"),
|
||||
("NEdit", EXEC, "nedit"),
|
||||
("Xedit", EXEC, "xedit"),
|
||||
("VI", EXEC, "xterm -e vi")
|
||||
),
|
||||
("Divers",
|
||||
("Xmcd", EXEC, "xmcd 2> /dev/null"),
|
||||
("Xmcd", SHEXEC, "xmcd 2> /dev/null"),
|
||||
("Xplaycd", EXEC, "xplaycd"),
|
||||
("Xmixer", EXEC, "xmixer")
|
||||
),
|
||||
("Utilitaires",
|
||||
("Calculatrice", EXEC, "xcalc"),
|
||||
("Propriétés de la fenêtre", EXEC, "xprop | xmessage -center -title 'xprop' -file -"),
|
||||
("Propriétés de la fenêtre", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"),
|
||||
("Sélecteur de polices", EXEC, "xfontsel"),
|
||||
("Emulateur de terminal", EXEC, "xminicom"),
|
||||
("Loupe", EXEC, "xmag"),
|
||||
@@ -51,7 +51,7 @@
|
||||
("Sélections", EXEC, "xclipboard")
|
||||
),
|
||||
("Sélection",
|
||||
("Copier", EXEC, "echo '%s' | wxcopy"),
|
||||
("Copier", SHEXEC, "echo '%s' | wxcopy"),
|
||||
("Envoyer à", EXEC, "xterm -name mail -T Pine -e pine %s"),
|
||||
("Naviguer", EXEC, "netscape %s"),
|
||||
("Rechercher dans le manuel", EXEC, "MANUAL_SEARCH(%s)")
|
||||
|
||||
Reference in New Issue
Block a user