]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.cc
dont pass bound keys through to the application
[chaz/openbox] / util / epist / epist.cc
index 9b0460000d36ceaabe0b477ae6272ecb5d2a87eb..4397cc7be1df678e0650be2f49accb3ebcce9e08 100644 (file)
@@ -105,7 +105,7 @@ void epist::activateGrabs() {
 
     for(ait = _actions.begin(); ait != end; ++ait) {
       XGrabKey(getXDisplay(), ait->keycode(), ait->modifierMask(),
-               (*scrit)->rootWindow(), True, GrabModeAsync, GrabModeAsync);
+               (*scrit)->rootWindow(), False, GrabModeAsync, GrabModeAsync);
     }
   }
 }
This page took 0.023488 seconds and 4 git commands to generate.