sulami / FrankenWM

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

improve clientmessage #85

Closed ghost closed 8 years ago

ghost commented 8 years ago

Added very basic 'real' fullscreen support. It works best together with VLC.

Also, _NET_CLOSE_WINDOW now calls killclient(); instead removeclient(); (makes more sense to actually close the client instead of unlinking it from clientlist, imho :)