aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Layout.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2022-04-08 15:07:58 -0600
committerJosh Rahm <rahm@google.com>2022-04-08 15:07:58 -0600
commitf1f5993a10d57674c635f0cf3b2ffe47f77e9d5c (patch)
treef757a6d00ae767b5264d4ce0293940ed3f6fc481 /src/Internal/Layout.hs
parent45176a8f89bcd1cb1c1d0bce33ed5a5495017c69 (diff)
downloadrde-f1f5993a10d57674c635f0cf3b2ffe47f77e9d5c.tar.gz
rde-f1f5993a10d57674c635f0cf3b2ffe47f77e9d5c.tar.bz2
rde-f1f5993a10d57674c635f0cf3b2ffe47f77e9d5c.zip
More generic navigation and documentation.
Diffstat (limited to 'src/Internal/Layout.hs')
-rw-r--r--src/Internal/Layout.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Internal/Layout.hs b/src/Internal/Layout.hs
index d40dd38..a1aeb17 100644
--- a/src/Internal/Layout.hs
+++ b/src/Internal/Layout.hs
@@ -35,13 +35,13 @@ myLayout =
spacingRaw True (Border 5 5 5 5) True (Border 5 5 5 5) True $
layoutZipper $
mods (spiral (6/7)) |:
+ mods (MosaicAlt M.empty :: MosaicAlt Window) |:
mods ((Corner (3/4) (3/100) :: Corner Window)) |:
+
mods (ModifyDescription TallDescriptionModifier (Tall 1 (3/100) (1/2))) |:
mods (ModifyDescription ThreeColDescMod (ThreeCol 1 (3/100) (1/2))) |:
- mods (Full) |:
- mods (Grid) |:
+ mods Grid |:
mods (Dishes 2 (1/6)) |:
- mods ((MosaicAlt M.empty :: MosaicAlt Window)) |:
mods (D.Dwindle D.R D.CW 1.5 1.1) |:
nil