sowm

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

commit cb2297459cf6cd3e1e8ec8b19de2e7b5215754e2
parent c02e4b790a7f8d4b9df68575cd4e8221eee9cff1
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Fri, 11 Oct 2019 23:42:31 +0300

docs: update

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

diff --git a/sowm.c b/sowm.c @@ -228,7 +228,7 @@ void win_update() { } void notify_enter(XEvent *e) { - XCrossingEvent *ev = &e->xcrossing; + XCrossingEvent *ev = &e->xcrossing; XSetInputFocus(dis, ev->window, RevertToParent, CurrentTime); }