sowm

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

commit ce819bd126c7efa354e2ac897259f48b37350317
parent fa90c629df661e217a8fa5205a4f927284744fdc
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Thu, 17 Oct 2019 13:43:05 +0300

sowm: subscribe to even less events

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

diff --git a/sowm.c b/sowm.c @@ -542,7 +542,7 @@ int main(void) { sw = XDisplayWidth(d, s); sh = XDisplayHeight(d, s); - XSelectInput(d, root, SubstructureNotifyMask|SubstructureRedirectMask); + XSelectInput(d, root, SubstructureRedirectMask); XDefineCursor(d, root, XCreateFontCursor(d, 68)); for (unsigned int i=0; i < sizeof(keys)/sizeof(*keys); ++i)