--
-- named is used to name layouts which allows switching to a specific layout
-- (see below), thanks to vav in #xmonad on Freenode (2011-06-12 22:28 CEST).
-myLayoutHook = named "Default" (smartBorders $ Mirror tiled) ||| Full ||| named "Vertical" tiled
+myLayoutHook = named "Default" (smartBorders $ Mirror tiled)
+ ||| Full
+ ||| named "Vertical" tiled
where
-- Default tiling algorithm partitions the screen into two panes.
tiled = Tall nmaster delta ratio