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/WMWindowAttributes | |
| parent | 5f4f0d66ae48a62b01b249b72724cc242077d4e4 (diff) | |
add dockapps
Diffstat (limited to 'wmaker/GNUstep/Defaults/WMWindowAttributes')
| -rw-r--r-- | wmaker/GNUstep/Defaults/WMWindowAttributes | 24 |
1 files changed, 23 insertions, 1 deletions
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; + }; } |
