summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index b199cb2..1e6f3d4 100644
--- a/Config.hs
+++ b/Config.hs
@@ -160,6 +160,9 @@ keys = M.fromList $
, ((modMask, xK_j ), focusRight)
, ((modMask, xK_k ), focusLeft)
+ , ((modMask, xK_Left ), swapLeft)
+ , ((modMask, xK_Right ), swapRight)
+
, ((modMask, xK_h ), sendMessage Shrink)
, ((modMask, xK_l ), sendMessage Expand)
@@ -172,7 +175,7 @@ keys = M.fromList $
, ((modMask .|. shiftMask .|. controlMask, xK_q ), restart Nothing False)
-- Cycle the current tiling order
- , ((modMask, xK_Return), swap)
+ , ((modMask, xK_Return), swapMaster)
] ++
-- Keybindings to get to each workspace: