aboutsummaryrefslogtreecommitdiffstats
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
commitabbd6294c6640ec140c5f056ddb216f704777e83 (patch)
tree6000e5c40b55fe02832dda8bafced58ed7243c5f /Config.hs
parent29a641c35380d44dea54fd44d63d072b9a5937ce (diff)
downloadxmonad-abbd6294c6640ec140c5f056ddb216f704777e83.tar.gz
xmonad-abbd6294c6640ec140c5f056ddb216f704777e83.tar.xz
xmonad-abbd6294c6640ec140c5f056ddb216f704777e83.zip
add swapLeft and swapRight
darcs-hash:20070522050008-ee4f8-6073519fac239b25e5e265ce3995ee75683fcb81.gz
Diffstat (limited to '')
-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: