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 <joshuarahm@gmail.com>2022-10-09 12:19:46 -0600
commitc796e7533cd8da13f42961966313c926810f6468 (patch)
treef757a6d00ae767b5264d4ce0293940ed3f6fc481 /src/Internal/Layout.hs
parentb1d96c528a723790fb225d4b9be4422fc90cbcea (diff)
downloadrde-c796e7533cd8da13f42961966313c926810f6468.tar.gz
rde-c796e7533cd8da13f42961966313c926810f6468.tar.bz2
rde-c796e7533cd8da13f42961966313c926810f6468.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