summaryrefslogtreecommitdiffstats
path: root/abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-10-05 01:25:04 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-10-05 01:25:04 (GMT)
commitbf1016ccbfb7c04a4b1ffb0c09ccba068e73a9dd (patch)
tree99152e4a8cde4577b6fa387aa6b19525d1497f9f /abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu
parent3b6edecc192dea64ff208f0f0322f88329ee7c05 (diff)
downloadlinhes_pkgbuild-bf1016ccbfb7c04a4b1ffb0c09ccba068e73a9dd.zip
linhes_pkgbuild-bf1016ccbfb7c04a4b1ffb0c09ccba068e73a9dd.tar.gz
linhes_pkgbuild-bf1016ccbfb7c04a4b1ffb0c09ccba068e73a9dd.tar.bz2
wmaker_settings: add sudo to mythvantage calls
Diffstat (limited to 'abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu')
-rw-r--r--abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu11
1 files changed, 10 insertions, 1 deletions
diff --git a/abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu b/abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu
index c09c64f..46c4f5b 100644
--- a/abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu
+++ b/abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu
@@ -2,6 +2,11 @@
"Window Maker",
(Applications, OPEN_MENU, "/usr/share/wm_data/GNUstep/Defaults/aux_menu"),
(MythTV, OPEN_MENU, "/usr/share/wm_data/GNUstep/Defaults/myth_menu"),
+ (
+ "System Configuration",
+ OPEN_MENU,
+ "/usr/share/wm_data/GNUstep/Defaults/system_menu"
+ ),
(Run..., EXEC, "%A(Run, Type command:)"),
(
Appearance,
@@ -135,7 +140,11 @@
("Save Session", SAVE_SESSION),
("Clear Session", CLEAR_SESSION)
),
- ("Regenerate application menu", EXEC, "/usr/share/wm_data/GNUstep/wm_menu.sh"),
+ (
+ "Regenerate application menu",
+ EXEC,
+ "/usr/share/wm_data/GNUstep/wm_menu.sh"
+ ),
("Configure Window Maker", EXEC, WPrefs),
("Info Panel", INFO_PANEL),
("Restart Window Maker", RESTART),