mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-28 19:05:51 +01:00
put WPrefs.app in default menu... hope it is a good place
This commit is contained in:
@@ -202,6 +202,7 @@
|
|||||||
"Background" END
|
"Background" END
|
||||||
"Save Theme" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Theme name,Enter file name:)"
|
"Save Theme" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Theme name,Enter file name:)"
|
||||||
"Save IconSet" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name,Enter file name:)"
|
"Save IconSet" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name,Enter file name:)"
|
||||||
|
"Preferences Utility" EXEC /usr/local/GNUstep/Apps/WPrefs.app/WPrefs
|
||||||
"Appearance" END
|
"Appearance" END
|
||||||
|
|
||||||
"Exit" MENU
|
"Exit" MENU
|
||||||
|
|||||||
@@ -93,7 +93,8 @@
|
|||||||
("Images", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
|
("Images", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
|
||||||
),
|
),
|
||||||
("Save Theme", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""),
|
("Save Theme", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""),
|
||||||
("Save IconSet", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\"")
|
("Save IconSet", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""),
|
||||||
|
("Preferences Utility", EXEC, "/usr/local/GNUstep/Apps/WPrefs.app/WPrefs")
|
||||||
),
|
),
|
||||||
("Exit",
|
("Exit",
|
||||||
("Restart", RESTART),
|
("Restart", RESTART),
|
||||||
|
|||||||
Reference in New Issue
Block a user