sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (931B)


      1 Icon
      2 ====
      3 
      4 Description
      5 -----------
      6 
      7 This patch sets the `_NET_WM_ICON` ewmh property for gtk-created windows.
      8 
      9 This property is used by some window managers to display an icon for the window on the title bar.
     10 It is also used by some programs (like pagers and taskbars) to show a miniature for the window.
     11 
     12 This patch sets icons of size 16x16, 32x32 and 48x48.
     13 The icons are found on the new file `surf.xpm`, which is included directly in the source code.
     14 The icons look like `surf.png` except that they have a white border (to make them distinguishable on dark taskbars/titlebars), and the proportion is slightly modified to make the image fit on small icons.
     15 
     16 If you use dwm, you can get window icons on the status bar with the [winicon](https://dwm.suckless.org/patches/winicon/) patch.
     17 
     18 Download
     19 --------
     20 
     21 * [surf-icon-2.1.diff](surf-icon-2.1.diff) (5876) (20221001)
     22 
     23 Authors
     24 -------
     25 
     26 * Lucas de Sena <lucas at seninha dot org>