diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2021-11-02 21:58:50 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2021-11-02 21:58:50 -0600 |
| commit | 62bccd284a4ae1c6c6c324112df8c6c14dc26ac9 (patch) | |
| tree | 731f5e99c0d1b1f2dd82c8e511128de7e8394dfa /src/Internal | |
| parent | 791ea7971b097a8146e993ed5ba490ccf0b2c72c (diff) | |
| download | rde-62bccd284a4ae1c6c6c324112df8c6c14dc26ac9.tar.gz rde-62bccd284a4ae1c6c6c324112df8c6c14dc26ac9.tar.bz2 rde-62bccd284a4ae1c6c6c324112df8c6c14dc26ac9.zip | |
Synchronize with the look on photon
Diffstat (limited to 'src/Internal')
| -rw-r--r-- | src/Internal/Layout.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Internal/Layout.hs b/src/Internal/Layout.hs index c54ffa7..2339cca 100644 --- a/src/Internal/Layout.hs +++ b/src/Internal/Layout.hs @@ -10,6 +10,7 @@ import Data.List import XMonad.Layout.Spiral import XMonad.Layout.ThreeColumns import XMonad.Layout.Grid +import XMonad.Layout.Dishes import XMonad.Layout import XMonad.Layout.LayoutModifier import XMonad @@ -24,7 +25,8 @@ myLayout = Tall 1 (3/100) (1/2) ||| ThreeCol 1 (3/100) (1/2) ||| Full ||| - Grid + Grid ||| + Dishes 2 (1/6) data ResizeZoom = ShrinkZoom | ExpandZoom deriving (Typeable) |