st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

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 }