summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-09-27 23:39:37 +0200
committerDon Stewart <dons@galois.com>2007-09-27 23:39:37 +0200
commit2e8e838e35d52566c8d633893c01b622ce61fded (patch)
tree5b4e05656bf8ad0dedcc7969972689adc823c049 /Config.hs
parent8c170f60a9eeee32e711a13434e32b82f34fef3d (diff)
downloadmetatile-2e8e838e35d52566c8d633893c01b622ce61fded.tar
metatile-2e8e838e35d52566c8d633893c01b622ce61fded.zip
Add StackSet.focusMaster (mod-m) to move focus to master
darcs-hash:20070927213937-cba2c-9b0d13cac79e9fb142c3a97cc6569f8a15297603
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 2 insertions, 0 deletions
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