diff options
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; + }; } |
