summaryrefslogtreecommitdiffstats
path: root/XMonad/Operations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Operations.hs')
-rw-r--r--XMonad/Operations.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Operations.hs b/XMonad/Operations.hs
index 401a812..f2beea4 100644
--- a/XMonad/Operations.hs
+++ b/XMonad/Operations.hs
@@ -287,7 +287,7 @@ setButtonGrab grab w = withDisplay $ \d -> io $
if grab
then forM_ [button1, button2, button3] $ \b ->
grabButton d b anyModifier w False buttonPressMask
- grabModeAsync grabModeSync none none
+ grabModeSync grabModeSync none none
else ungrabButton d anyButton anyModifier w
-- ---------------------------------------------------------------------