netwmicon_legacy.c (200B)
1 void 2 setnetwmicon(void) 3 { 4 xw.netwmicon = XInternAtom(xw.dpy, "_NET_WM_ICON", False); 5 XChangeProperty(xw.dpy, xw.win, xw.netwmicon, XA_CARDINAL, 32, 6 PropModeReplace, (uchar *)&icon, LEN(icon)); 7 }
st-flexipatchMy st-flexipatch configuration | |
| git clone git://git.ethandl.dev/st-flexipatch | |
| Log | Files | Refs | README | LICENSE |