sulami / FrankenWM

🖼️ Fast dynamic tiling X11 window manager
https://bbs.archlinux.org/viewtopic.php?id=189060
Other
263 stars 34 forks source link

clientmessage(_NET_CLOSE_WINDOW); calls now killclient(); instead removeclient(); #83

Closed ghost closed 8 years ago

ghost commented 8 years ago

Issue: if clientmessage(); receives _NET_CLOSE_WINDOW property, then at the moment it only unlinks the client from client list, instead close it.

Fix: clientmessage(); calls killclient(); instead removeclient();

Also added support for _NET_WM_STATE_FULLSCREEN.