diff options
| -rw-r--r-- | util/epist/epist.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/epist.cc b/util/epist/epist.cc index 9b046000..4397cc7b 100644 --- a/util/epist/epist.cc +++ b/util/epist/epist.cc @@ -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); } } } |
