sowm

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

commit 771dafe47390f7e7cdaa3878c5ed83239a75e76b
parent 33a39f859db955d1c1dad6ce532f89833fa9036a
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Sun, 13 Oct 2019 22:29:09 +0300

docs: update

Diffstat:
Msowm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sowm.c b/sowm.c @@ -334,7 +334,7 @@ int main(void) { if (!(dis = XOpenDisplay(0x0))) return 0; signal(SIGCHLD, SIG_IGN); - XSetErrorHandler(xerror); + XSetErrorHandler(xerror); s = DefaultScreen(dis); root = RootWindow(dis, s);