From d9ff9d1fbcba0cb7b006bdd5d410e131157a2635 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Thu, 27 Sep 2007 23:39:37 +0200 Subject: Add StackSet.focusMaster (mod-m) to move focus to master darcs-hash:20070927213937-cba2c-9b0d13cac79e9fb142c3a97cc6569f8a15297603.gz --- Config.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index ff31d07..9b02a92 100644 --- a/Config.hs +++ b/Config.hs @@ -143,6 +143,8 @@ keys = M.fromList $ , ((modMask, xK_Tab ), windows W.focusDown) -- %! Move focus to the next window , ((modMask, xK_j ), windows W.focusDown) -- %! Move focus to the next window , ((modMask, xK_k ), windows W.focusUp ) -- %! Move focus to the previous window + , ((modMask, xK_m ), windows W.focusMaster ) -- %! Move focus to the master window + -- modifying the window order , ((modMask, xK_Return), windows W.swapMaster) -- %! Swap the focused window and the master window -- cgit v1.2.3