Add an interface for XSetClassHint(), the counterpart for the
already available XGetClassHint(). It is specifically needed inside
xmonad-contrib to set the WM_CLASS property of certain windows we
spawn.
@liskin would be cool if we got to this before the X11 release. Then we could at least partially fix xmonad/xmonad-contrib#526 and xmonad/xmonad-contrib#369 via CPP
Add an interface for
XSetClassHint()
, the counterpart for the already availableXGetClassHint()
. It is specifically needed inside xmonad-contrib to set theWM_CLASS
property of certain windows we spawn.Related: