From 5ed5fe6d5e48875e4d805afb318499afb0c9fc07 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 19 Jun 2011 15:04:33 +0200 Subject: [PATCH] xmonad.hs: Whitespace only change. --- xmonad.hs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.44.1