]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad.hs: Whitespace only change.
authorSimon Ruderich <simon@ruderich.org>
Sun, 19 Jun 2011 13:04:33 +0000 (15:04 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 19 Jun 2011 13:04:33 +0000 (15:04 +0200)
xmonad.hs

index d4c323a162c12236484828adb40b75316c4ece51..467b351f26fc319b68e698ec5935660d2a8e4822 100644 (file)
--- 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