sowm

An itsy bitsy floating window manager (220~ sloc!).
git clone git://mfeller.io/sowm.git
Log | Files | Refs | README | LICENSE

commit 19e3078aeac7108ad62985e2117d3c3aa93ac3c6
parent 41ad0ff832f97f9b77b482c0f1dba3ed953323eb
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Wed, 16 Oct 2019 09:16:11 +0300

docs: update

Diffstat:
Msowm.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sowm.c b/sowm.c @@ -545,8 +545,8 @@ int xerror() { return 0; } keybindings, setting some globals and starting the event loop. - There's no 'XClosDisplay' or clean up as the only way - to exit this window manager is to kill the process. + There's no 'XCloseDisplay' or clean up as the only + way to exit this window manager is to kill the process. This fires up Xorg's internal clean up which covers everything allocated and executed here. It's free!