l pkgs.xmonad: use greedyView

This commit is contained in:
lassulus 2017-10-05 05:02:37 +02:00
parent fcc9e7e942
commit 9624545b97

View File

@ -119,7 +119,7 @@ myKeyMap =
, ("M4-f", floatNext True)
, ("M4-b", sendMessage ToggleStruts)
, ("M4-v", withWorkspace autoXPConfig (windows . W.view))
, ("M4-v", withWorkspace autoXPConfig (windows . W.greedyView))
, ("M4-S-v", withWorkspace autoXPConfig (windows . W.shift))
, ("M4-C-v", withWorkspace autoXPConfig (windows . copy))