From 1e76113314a729920d52896947aac1328a6f316e Mon Sep 17 00:00:00 2001 From: bobstopper Date: Tue, 22 May 2007 07:00:08 +0200 Subject: add swapLeft and swapRight darcs-hash:20070522050008-ee4f8-6073519fac239b25e5e265ce3995ee75683fcb81 --- Config.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Config.hs') 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: -- cgit v1.2.3