sowm

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

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

docs: update

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

diff --git a/sowm.c b/sowm.c @@ -114,7 +114,7 @@ void win_add(Window w) { c->win = w; cur = c; - XSelectInput(dis, w, PropertyChangeMask|StructureNotifyMask| + XSelectInput(dis, w, PropertyChangeMask|StructureNotifyMask| EnterWindowMask|FocusChangeMask); }