xmonad / X11

A Haskell binding to the X11 graphics library.
http://hackage.haskell.org/package/X11
Other
104 stars 48 forks source link

Add `setClassHint` #76

Closed slotThe closed 3 years ago

slotThe commented 3 years ago

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.

Related:

slotThe commented 3 years ago

@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