aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Layout.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2022-04-12 12:19:02 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-10-09 12:19:46 -0600
commitbaf56fd0bd78fcbd60086858ab65d2688e0d2709 (patch)
treeae70e667a69300b11d1897e1ec03907694db913a /src/Rahm/Desktop/Layout.hs
parent31b5e57b18bab46896d825248319a8387fac3b7c (diff)
downloadrde-baf56fd0bd78fcbd60086858ab65d2688e0d2709.tar.gz
rde-baf56fd0bd78fcbd60086858ab65d2688e0d2709.tar.bz2
rde-baf56fd0bd78fcbd60086858ab65d2688e0d2709.zip
Clean up LayoutList and move to Layout.List
Diffstat (limited to 'src/Rahm/Desktop/Layout.hs')
-rw-r--r--src/Rahm/Desktop/Layout.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Rahm/Desktop/Layout.hs b/src/Rahm/Desktop/Layout.hs
index aeceff9..b416111 100644
--- a/src/Rahm/Desktop/Layout.hs
+++ b/src/Rahm/Desktop/Layout.hs
@@ -25,7 +25,7 @@ import XMonad.Core
import XMonad.Layout.NoBorders (smartBorders, noBorders)
import Rahm.Desktop.Layout.CornerLayout (Corner(..))
-import Rahm.Desktop.Layout.LayoutList
+import Rahm.Desktop.Layout.List
import Rahm.Desktop.Windows
import Rahm.Desktop.Layout.ReinterpretMessage
import Rahm.Desktop.Layout.Pop
@@ -44,7 +44,7 @@ mods =
myLayout =
fullscreenFull $
avoidStruts $
- layoutZipper $
+ layoutList $
mods (reinterpretIncMaster $ spiral (6/7)) |:
mods (modifyMosaic (MosaicAlt M.empty :: MosaicAlt Window)) |:
mods (reinterpretIncMaster $ Corner (3/4) (3/100)) |: