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:
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)