aboutsummaryrefslogtreecommitdiff
path: root/wmaker/GNUstep/Defaults/WMWindowAttributes
blob: 3d7fe7dad6a420e5b30dac44a2783c7a258ebbf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  pcmanfm.Pcmanfm = {
    AlwaysUserIcon = Yes;
    Icon = Bookshelf.xpm;
  };
  firefox.Firefox = {
    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;
  };
}