diff options
| author | BardofSprites <[email protected]> | 2025-04-30 16:44:22 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-04-30 16:44:22 -0400 |
| commit | 5efdacc19aa9830069ba4bb5568dd73673c26965 (patch) | |
| tree | e35b7cdae5b031fc723de17b3e9527fcd3bdd026 /wmaker/GNUstep/Defaults | |
| parent | 5f4f0d66ae48a62b01b249b72724cc242077d4e4 (diff) | |
add dockapps
Diffstat (limited to 'wmaker/GNUstep/Defaults')
| -rw-r--r-- | wmaker/GNUstep/Defaults/WMGLOBAL | 4 | ||||
| -rw-r--r-- | wmaker/GNUstep/Defaults/WMRootMenu | 18 | ||||
| -rw-r--r-- | wmaker/GNUstep/Defaults/WMState | 76 | ||||
| -rw-r--r-- | wmaker/GNUstep/Defaults/WMWindowAttributes | 24 | ||||
| -rw-r--r-- | wmaker/GNUstep/Defaults/WindowMaker | 92 |
5 files changed, 92 insertions, 122 deletions
diff --git a/wmaker/GNUstep/Defaults/WMGLOBAL b/wmaker/GNUstep/Defaults/WMGLOBAL index 61a9905..a92127d 100644 --- a/wmaker/GNUstep/Defaults/WMGLOBAL +++ b/wmaker/GNUstep/Defaults/WMGLOBAL @@ -1,4 +1,4 @@ { - BoldSystemFont = "UnifontExMono:slant=0:weight=100:width=100:pixelsize=14"; - SystemFont = "UnifontExMono:slant=0:weight=100:width=100:pixelsize=14"; + BoldSystemFont = "Iosevka Comfy:slant=0:weight=200:width=100:pixelsize=16"; + SystemFont = "Iosevka Comfy:slant=0:weight=80:width=100:pixelsize=16"; } diff --git a/wmaker/GNUstep/Defaults/WMRootMenu b/wmaker/GNUstep/Defaults/WMRootMenu index bab4542..0078ee0 100644 --- a/wmaker/GNUstep/Defaults/WMRootMenu +++ b/wmaker/GNUstep/Defaults/WMRootMenu @@ -2,10 +2,10 @@ "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)), + (Firefox, EXEC, firefox), + (PCManFM, EXEC, pcmanfm), + (Urxvt, SHORTCUT, "Mod4+Return", EXEC, urxvt), + (Terminals, (st, EXEC, st)), (Graphics, (GIMP, EXEC, gimp), ("ImageMagick Display", EXEC, display)), (Multimedia, (VLC, EXEC, vlc)), ( @@ -17,7 +17,7 @@ ), (Development, (idle, EXEC, idle), (tclsh, EXEC, "st -e tclsh")), ("Window Maker", (Magnify, EXEC, wmagnify)), - (Sound, ("ALSA mixer", EXEC, "st -e alsamixer")), + (Sound, ("ALSA mixer", EXEC, "urxvtc -e alsamixer")), (Viewers, (Xdvi, EXEC, xdvi)), ( Utilities, @@ -26,7 +26,7 @@ (xclock, EXEC, xclock), (Xarchiver, EXEC, xarchiver) ), - (System, (top, EXEC, "st -e top")), + (System, (top, EXEC, "urxvtc -e btop")), ("P2P Network", (sftp, EXEC, "st -e sftp")) ), (Run..., EXEC, "%A(Run, Type command:)"), @@ -162,7 +162,11 @@ ("Save Session", SAVE_SESSION), ("Clear Session", CLEAR_SESSION) ), - ("Configure Window Maker", EXEC, WPrefs), + ( + "Configure Window Maker", + EXEC, + "/usr/lib64/GNUstep/Applications/WPrefs.app/WPrefs" + ), ("Info Panel", INFO_PANEL), ("Restart Window Maker", RESTART), ("Other Window Managers", ("Start Motif Window Manager", RESTART, mwm)), diff --git a/wmaker/GNUstep/Defaults/WMState b/wmaker/GNUstep/Defaults/WMState index 34b57ca..9661a7b 100644 --- a/wmaker/GNUstep/Defaults/WMState +++ b/wmaker/GNUstep/Defaults/WMState @@ -13,22 +13,11 @@ }, { Forced = No; - Name = wmclock.WMClock; - DropCommand = "wmclock -exe \"emacs-launcher 'agenda'\" %d"; - BuggyApplication = No; - AutoLaunch = No; - Position = "0,-1"; - Lock = No; - PasteCommand = "wmclock -exe \"emacs-launcher 'agenda'\" %s"; - Command = "wmclock -exe \"emacs-launcher 'agenda'\""; - }, - { - Forced = No; Name = emacs.Emacs; DropCommand = "emacs %d"; BuggyApplication = No; AutoLaunch = Yes; - Position = "0,-3"; + Position = "0,1"; Lock = Yes; PasteCommand = "emacs %s"; Command = emacs; @@ -46,84 +35,29 @@ }, { Forced = No; - Name = wmclock.WMClock; - DropCommand = "wmclock -exe \"emacs-launcher 'agenda'\" %d"; - BuggyApplication = No; - AutoLaunch = No; - Position = "0,-1"; - Lock = No; - PasteCommand = "wmclock -exe \"emacs-launcher 'agenda'\" %s"; - Command = "wmclock -exe \"emacs-launcher 'agenda'\""; - }, - { - Forced = No; Name = emacs.Emacs; DropCommand = "emacs %d"; BuggyApplication = No; AutoLaunch = Yes; - Position = "0,-3"; + Position = "0,1"; Lock = Yes; PasteCommand = "emacs %s"; Command = emacs; } ); Lowered = Yes; - Position = "0,1016"; + Position = "1856,0"; }; Clip = { Forced = No; Name = Logo.WMClip; BuggyApplication = No; AutoLaunch = No; - Position = "0,0"; + Position = "1856,1016"; Lock = No; Command = "-"; }; - Drawers = ( - { - Dock = { - AutoCollapse = Yes; - Applications = ( - { - Forced = No; - Name = firefox.Firefox; - DropCommand = "firefox %d"; - BuggyApplication = No; - AutoLaunch = No; - Position = "2,0"; - Lock = No; - PasteCommand = "firefox %s"; - Command = firefox; - Omnipresent = No; - }, - { - Forced = No; - Name = LibreWolf.LibreWolf; - BuggyApplication = No; - AutoLaunch = No; - Position = "1,0"; - Lock = No; - Command = "librewolf-bin %s"; - Omnipresent = No; - } - ); - Collapsed = Yes; - AutoAttractIcons = No; - }; - Name = Drawer0; - Position = "0,888"; - }, - { - Dock = { - AutoCollapse = Yes; - Applications = (); - Collapsed = Yes; - AutoAttractIcons = No; - }; - Name = Drawer1; - Position = "0,760"; - } - ); + Drawers = (); Workspaces = ( { Clip = { diff --git a/wmaker/GNUstep/Defaults/WMWindowAttributes b/wmaker/GNUstep/Defaults/WMWindowAttributes index bb27d8e..3d7fe7d 100644 --- a/wmaker/GNUstep/Defaults/WMWindowAttributes +++ b/wmaker/GNUstep/Defaults/WMWindowAttributes @@ -1,11 +1,33 @@ { + pcmanfm.Pcmanfm = { + AlwaysUserIcon = Yes; + Icon = Bookshelf.xpm; + }; firefox.Firefox = { - Icon = firefox.Firefox.xpm; + SharedAppIcon = No; + NoAppIcon = Yes; + Icon = Netscape.xpm; }; emacs.Emacs = { + AlwaysUserIcon = Yes; Icon = "retro-emacs-logo.xpm"; }; + st.St = { + AlwaysUserIcon = No; + Icon = "logan-terminal.xpm"; + }; LibreWolf.LibreWolf = { Icon = LibreWolf.LibreWolf.xpm; }; + St = { + AlwaysUserIcon = No; + Icon = "logan-terminal.xpm"; + }; + urxvt.URxvt = { + Icon = TerminalLinux.xpm; + }; + Navigator.firefox = { + AlwaysUserIcon = Yes; + Icon = Netscape.xpm; + }; } diff --git a/wmaker/GNUstep/Defaults/WindowMaker b/wmaker/GNUstep/Defaults/WindowMaker index 3675b73..b9df160 100644 --- a/wmaker/GNUstep/Defaults/WindowMaker +++ b/wmaker/GNUstep/Defaults/WindowMaker @@ -1,9 +1,9 @@ { - FTitleColor = "#d6d6d6"; + FTitleColor = "#dbdbdb"; FrameBorderColor = "#000000"; - MenuDisabledColor = "#686868"; + ScreenCaptureKey = None; + MenuDisabledColor = "#969696"; Superfluous = NO; - IconTitleBack = "#374a46"; PixmapPath = ( "/home/bard/GNUstep/Library/WindowMaker/Pixmaps", "/home/bard/GNUstep/Library/WindowMaker/Backgrounds", @@ -13,20 +13,24 @@ "/usr/share/WindowMaker/Backgrounds", "/usr/share/pixmaps" ); + IconTitleBack = "#575757"; HotCornerEdge = 2; FTitleBack = ( spixmap, - "~/GNUstep/Library/WindowMaker/Themes/continuum.themed/focused.png", - "#545454" + "~/dotfiles-stow/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/focused.png", + "#3d4254" ); - ClipTitleFont = "lucidux sans:pixelsize=10"; - IconTitleFont = "lucidux sans:pixelsize=10"; + ToggleKbdModeKey = None; + ClipTitleFont = "Iosevka Comfy Wide Duo:slant=0:weight=80:width=125:pixelsize=10"; + DoNotMakeAppIconsBounce = YES; + IconTitleFont = "Iosevka Comfy:slant=0:weight=80:width=100:pixelsize=12"; MenuTextBack = ( spixmap, - "~/GNUstep/Library/WindowMaker/Themes/continuum.themed/menu2.png", - "#344541" + "~/dotfiles-stow/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/unfocused.png", + "#41454d" ); - LargeDisplayFont = "lucida-24:bold"; + LargeDisplayFont = "Iosevka Comfy Wide Duo-24:slant=0:weight=200:width=125:pixelsize=24"; + KeepDockOnPrimaryHead = YES; ResizeCursor = ( bitmap, "/usr/share/WindowMaker/Themes/Motion.themed/dot_resize.xbm", @@ -34,35 +38,38 @@ ); HotCornerDelay = 250; CenterKey = None; - TitleJustify = Right; - IconTitleColor = "#e2d8cb"; - MenuTextColor = "#c7c7c7"; + IconTitleColor = "#c1c1c1"; + TitleJustify = left; + MenuTextColor = "#d6d6d6"; IconBack = ( spixmap, - "~/GNUstep/Library/WindowMaker/Themes/continuum.themed/tile.png", - "#404040" + "~/dotfiles-stow/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/tile.png", + "#424242" ); - MenuTitleColor = "#d6d6d6"; AntialiasedText = YES; - MenuTitleFont = "lucidux sans:pixelsize=13"; + MenuTitleColor = "#d6d6d6"; + MenuTitleFont = "Iosevka Comfy:slant=0:weight=80:width=100:pixelsize=16"; HotCorners = NO; WindowTitleExtendSpace = "-1"; MoveTo6to12Head = None; DbClickFullScreen = NO; - MenuTextFont = "lucidux sans:pixelsize=12"; + IconPosition = brh; + MenuTextFont = "Iosevka Comfy:slant=0:weight=80:width=100:pixelsize=16"; WorkspaceBack = ( spixmap, - "~/GNUstep/Library/WindowMaker/Themes/continuum.themed/continuum.jpg", - "#404040" + "~/dotfiles-stow/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/scylla.tif", + "#545454" ); - HighlightTextColor = "#020202"; + OmnipresentKey = "Mod1+S"; + HighlightTextColor = "#d6d6d6"; MenuTitleBack = ( spixmap, - "~/GNUstep/Library/WindowMaker/Themes/continuum.themed/menubar.png", - "#7a7a7a" + "~/dotfiles-stow/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/focused.png", + "#424242" ); EnforceIconMargin = NO; - ClipTitleColor = "#bfbfbf"; + AutoArrangeIcons = YES; + ClipTitleColor = "#cccccc"; MoveTo12to6Head = None; HotCornerActions = (None, None, None, None); WaitCursor = ( @@ -70,21 +77,22 @@ "/usr/share/WindowMaker/Themes/Motion.themed/dot_wait.xbm", "/usr/share/WindowMaker/Themes/Motion.themed/dot_wait_mask.xbm" ); - HighlightColor = "#465c58"; + HighlightColor = "#4a4d49"; FrameFocusedBorderColor = "#000000"; - WindowTitleFont = "lucidux sans:pixelsize=12"; - CClipTitleColor = gray90; + WindowTitleFont = "Iosevka Comfy:slant=0:weight=80:width=100:pixelsize=16"; + RunKey = "Mod4+D"; + CClipTitleColor = "#e5e5e5"; MoveCursor = ( bitmap, "/usr/share/WindowMaker/Themes/Motion.themed/dot_move.xbm", "/usr/share/WindowMaker/Themes/Motion.themed/dot_move_mask.xbm" ); + RootMenuKey = "Mod1+space"; ResizebarBack = ( - tpixmap, - "~/GNUstep/Library/WindowMaker/Themes/continuum.themed/unfocused.png", - "#545454" + spixmap, + "~/dotfiles-stow/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/focused.png", + "#424242" ); - MenuStyle = Flat; IconPath = ( "/home/bard/GNUstep/Library/Icons", "/home/bard/GNUstep/Library/WindowMaker/Pixmaps", @@ -94,21 +102,23 @@ "/usr/share/WindowMaker/Pixmaps", "/usr/share/pixmaps" ); + MiniPreviewSize = 72; DisplayFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; + KbdModeLock = NO; + MenuTextExtendSpace = "-1"; PTitleBack = ( - tpixmap, - "~/GNUstep/Library/WindowMaker/Themes/continuum.themed/unfocused.png", - "#4f4f4f" + spixmap, + "~/dotfiles-stow/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/unfocused.png", + "#3d4554" ); - MenuTextExtendSpace = "-1"; - UTitleColor = "#898989"; + UTitleColor = "#989898"; UTitleBack = ( - tpixmap, - "~/GNUstep/Library/WindowMaker/Themes/continuum.themed/unfocused.png", - "#545454" + spixmap, + "~/dotfiles-stow/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/unfocused.png", + "#3d4554" ); - PTitleColor = "#8a8a8a"; - CloseRootMenuByLeftOrRightMouseClick = NO; + PTitleColor = "#999999"; + CloseRootMenuByLeftOrRightMouseClick = YES; MenuTitleExtendSpace = "-1"; FrameSelectedBorderColor = "#fefefe"; } |
