Add StackSet.focusMaster (mod-m) to move focus to master

This commit is contained in:
Don Stewart
2007-09-27 21:39:37 +00:00
parent 5e943d512c
commit f1aa00f96f
2 changed files with 16 additions and 7 deletions

View File

@@ -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