index.md - 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… | |
10 It is also used by some programs (like pagers and taskbars) to show a mi… | |
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 direct… | |
14 The icons look like `surf.png` except that they have a white border (to … | |
15 | |
16 If you use dwm, you can get window icons on the status bar with the [win… | |
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> |