summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorbobstopper <bobstopper@bobturf.org>2007-05-22 07:00:08 +0200
committerbobstopper <bobstopper@bobturf.org>2007-05-22 07:00:08 +0200
commit1e76113314a729920d52896947aac1328a6f316e (patch)
tree6000e5c40b55fe02832dda8bafced58ed7243c5f /Config.hs
parentc6e0ccef29e56f40f5083fce8a6a8cf2788eac76 (diff)
downloadmetatile-1e76113314a729920d52896947aac1328a6f316e.tar
metatile-1e76113314a729920d52896947aac1328a6f316e.zip
add swapLeft and swapRight
darcs-hash:20070522050008-ee4f8-6073519fac239b25e5e265ce3995ee75683fcb81
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: