diff options
author | tv <tv@krebsco.de> | 2018-12-01 11:40:33 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-01 11:40:33 +0100 |
commit | ac837f8d32319daa8594616b3c6e224747bc6ef1 (patch) | |
tree | eef959cf3748cfc8ae0d065dfec342fb37d5a8c4 /tv/5pkgs/haskell/xmonad-tv | |
parent | 44e5f582dbfce55b58b792f9519a7a1810990e82 (diff) |
tv xmonad: Super-m to focus master
Diffstat (limited to 'tv/5pkgs/haskell/xmonad-tv')
-rw-r--r-- | tv/5pkgs/haskell/xmonad-tv/src/main.hs | 1 |
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 79b603b5d..ebd902b1d 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) |