diff options
Diffstat (limited to 'src/Internal/Keys.hs')
| -rw-r--r-- | src/Internal/Keys.hs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs index c40c346..d03557c 100644 --- a/src/Internal/Keys.hs +++ b/src/Internal/Keys.hs @@ -441,12 +441,18 @@ mouseMap = runButtons $ do forM_ (map fst mediaButtons) $ \b -> bind b $ noMod $ continuous mediaButtons b + bind button13 $ noMod $ subMouse $ do + bind button1 $ noMod mouseMoveWindow + bind button3 $ noMod mouseResizeWindow + bind button13 $ noMod $ windows . W.sink + + bind button15 $ do noMod $ subMouse $ do bind button15 $ do - noMod $ \_ -> jumpToLast + noMod $ const jumpToLast let workspaceButtons = [ |