From: Simon Ruderich Date: Sun, 19 Jun 2011 13:04:33 +0000 (+0200) Subject: xmonad.hs: Whitespace only change. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=5ed5fe6d5e48875e4d805afb318499afb0c9fc07 xmonad.hs: Whitespace only change. --- diff --git a/xmonad.hs b/xmonad.hs index d4c323a..467b351 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -59,10 +59,11 @@ avoidMaster = W.modify' $ \c -> case c of -- -- The limit layout displays only one window in the lower pane, thanks to to -- Qantourisc (2010-06-12 15:15 CEST) for the hint to use TwoPane. -myLayoutHook = named "Default" (smartBorders $ Mirror tiled) - ||| named "Full" (smartBorders Full) - ||| named "Vertical" (smartBorders tiled) - ||| named "Limit" (smartBorders $ Mirror $ TwoPane delta ratio) +myLayoutHook = + named "Default" (smartBorders $ Mirror tiled) + ||| named "Full" (smartBorders Full) + ||| named "Vertical" (smartBorders tiled) + ||| named "Limit" (smartBorders $ Mirror $ TwoPane delta ratio) where -- Default tiling algorithm partitions the screen into two panes. tiled = Tall nmaster delta ratio