From f1f5993a10d57674c635f0cf3b2ffe47f77e9d5c Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Fri, 8 Apr 2022 15:07:58 -0600 Subject: More generic navigation and documentation. --- src/Internal/Layout.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Internal/Layout.hs') 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 -- cgit