diff options
| author | lassulus <lassulus@lassul.us> | 2017-10-05 05:02:37 +0200 | 
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2017-10-05 05:02:37 +0200 | 
| commit | 9624545b97fc480d9ed5d262ea02eb8895b64b80 (patch) | |
| tree | 14816e8db1e5234f5e6f90bb3fd3ef51d519c51c | |
| parent | fcc9e7e942de7212f2b568255c1597ae487ef939 (diff) | |
l pkgs.xmonad: use greedyView
| -rw-r--r-- | lass/5pkgs/xmonad-lass.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/5pkgs/xmonad-lass.nix b/lass/5pkgs/xmonad-lass.nix index 16719d540..fe294e909 100644 --- a/lass/5pkgs/xmonad-lass.nix +++ b/lass/5pkgs/xmonad-lass.nix @@ -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))  | 
