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 | 3ef8f0ee6e82450600f873306b64e9f60745d83e (patch) | |
tree | 251d8451b3645851c77c0164381289bf83896e8d /tv/5pkgs/haskell | |
parent | ffc5409efdfdb3340dfb38297c56f7d36c0f16ba (diff) |
tv xmonad: Super-m to focus master
Diffstat (limited to 'tv/5pkgs/haskell')
-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 79b603b..ebd902b 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) |