diff options
| author | BardofSprites <[email protected]> | 2025-04-14 08:06:57 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-04-14 08:06:57 -0400 |
| commit | e150532f8922ff083a94a50f2f4aa7cc02c489d1 (patch) | |
| tree | f032f9184adca0f743e8493f712dede2086d12df /wmaker/GNUstep/Defaults/WMRootMenu | |
| parent | 177c6921c6f61aeb14e8e91f6fe3180537c437de (diff) | |
window maker config
Diffstat (limited to 'wmaker/GNUstep/Defaults/WMRootMenu')
| -rw-r--r-- | wmaker/GNUstep/Defaults/WMRootMenu | 170 |
1 files changed, 170 insertions, 0 deletions
diff --git a/wmaker/GNUstep/Defaults/WMRootMenu b/wmaker/GNUstep/Defaults/WMRootMenu new file mode 100644 index 0000000..bab4542 --- /dev/null +++ b/wmaker/GNUstep/Defaults/WMRootMenu @@ -0,0 +1,170 @@ +( + "Window Maker", + ( + Applications, + (Terminals, (st, EXEC, st), (Urxvt, EXEC, urxvt)), + (Internet, (W3M, EXEC, "st -e w3m")), + (Mathematics, (bc, EXEC, "st -e bc")), + ("File Managers", (Thunar, EXEC, thunar), (PCManFM, EXEC, pcmanfm)), + (Graphics, (GIMP, EXEC, gimp), ("ImageMagick Display", EXEC, display)), + (Multimedia, (VLC, EXEC, vlc)), + ( + Editors, + (Emacs, EXEC, emacs), + (vi, EXEC, "st -e vi"), + (VIM, EXEC, "st -e vim"), + (Nano, EXEC, "st -e nano") + ), + (Development, (idle, EXEC, idle), (tclsh, EXEC, "st -e tclsh")), + ("Window Maker", (Magnify, EXEC, wmagnify)), + (Sound, ("ALSA mixer", EXEC, "st -e alsamixer")), + (Viewers, (Xdvi, EXEC, xdvi)), + ( + Utilities, + (Conky, EXEC, conky), + ("Java Control Panel", EXEC, ControlPanel), + (xclock, EXEC, xclock), + (Xarchiver, EXEC, xarchiver) + ), + (System, (top, EXEC, "st -e top")), + ("P2P Network", (sftp, EXEC, "st -e sftp")) + ), + (Run..., EXEC, "%A(Run, Type command:)"), + ( + Appearance, + ( + Themes, + OPEN_MENU, + "-noext /usr/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle" + ), + ( + Styles, + OPEN_MENU, + "-noext /usr/share/WindowMaker/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle" + ), + ( + "Icon Sets", + OPEN_MENU, + "-noext /usr/share/WindowMaker/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons" + ), + ( + Background, + ( + Solid, + ( + Black, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"black\")'" + ), + ( + Blue, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'" + ), + ( + Indigo, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#243e6c\")'" + ), + ( + Bluemarine, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#243e6c\")'" + ), + ( + Purple, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'" + ), + ( + Wheat, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"wheat4\")'" + ), + ( + "Dark Gray", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'" + ), + ( + Wine, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'" + ) + ), + ( + Gradient, + ( + Sunset, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'" + ), + ( + Sky, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"blue4\", \"white\"'" + ), + ( + "Blue Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#7080a5\", \"#101020\"'" + ), + ( + "Indigo Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#746ebc\", \"#242e4c\"'" + ), + ( + "Purple Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#654c66\", \"#151426\"'" + ), + ( + "Wheat Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#a09060\", \"#302010\"'" + ), + ( + "Grey Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\"'" + ), + ( + "Wine Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\"'" + ) + ), + ( + Images, + OPEN_MENU, + "-noext $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t" + ) + ), + ( + "Save Theme", + EXEC, + "getstyle -p \"%a(Theme name, Name to save theme as)\"" + ), + ( + "Save IconSet", + SHEXEC, + "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name,Name to save icon set as)\"" + ) + ), + (Workspaces, WORKSPACE_MENU), + ( + Workspace, + ("Hide Others", HIDE_OTHERS), + ("Show All", SHOW_ALL), + ("Arrange Icons", ARRANGE_ICONS), + (Refresh, REFRESH), + ("Save Session", SAVE_SESSION), + ("Clear Session", CLEAR_SESSION) + ), + ("Configure Window Maker", EXEC, WPrefs), + ("Info Panel", INFO_PANEL), + ("Restart Window Maker", RESTART), + ("Other Window Managers", ("Start Motif Window Manager", RESTART, mwm)), + ("Exit Window Maker", EXIT) +) |
