commit 5b012c10be6eceb27c4dba7d9ae346160f123892
parent 35b12c796971fa5afd9ffeb393c365973c76237f
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Fri, 25 Oct 2019 02:23:19 +0300
sowm: attempt to fix key issue
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sowm.c b/sowm.c
@@ -280,6 +280,7 @@ int main(void) {
XSelectInput(d, root, SubstructureRedirectMask);
XDefineCursor(d, root, XCreateFontCursor(d, 68));
+ XUngrabKey(d, AnyKey, AnyModifier, root);
for (unsigned int i=0; i < sizeof(keys)/sizeof(*keys); ++i)
XGrabKey(d, XKeysymToKeycode(d, keys[i].keysym), keys[i].mod,