summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-12-01 11:40:33 +0100
committertv <tv@krebsco.de>2018-12-01 11:40:33 +0100
commitac837f8d32319daa8594616b3c6e224747bc6ef1 (patch)
treeeef959cf3748cfc8ae0d065dfec342fb37d5a8c4
parent44e5f582dbfce55b58b792f9519a7a1810990e82 (diff)
tv xmonad: Super-m to focus master
-rw-r--r--tv/5pkgs/haskell/xmonad-tv/src/main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/main.hs b/tv/5pkgs/haskell/xmonad-tv/src/main.hs
index 79b603b5..ebd902b1 100644
--- a/tv/5pkgs/haskell/xmonad-tv/src/main.hs
+++ b/tv/5pkgs/haskell/xmonad-tv/src/main.hs
@@ -136,6 +136,7 @@ myKeys conf = Map.fromList $
, ((_4 , xK_space ), sendMessage NextLayout)
, ((_4S , xK_space ), setLayout $ XMonad.layoutHook conf) -- reset layout
+ , ((_4 , xK_m ), windows W.focusMaster)
, ((_4 , xK_j ), windows W.focusDown)
, ((_4 , xK_k ), windows W.focusUp)