X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xmonad.hs;h=467b351f26fc319b68e698ec5935660d2a8e4822;hb=5ed5fe6d5e48875e4d805afb318499afb0c9fc07;hp=d4c323a162c12236484828adb40b75316c4ece51;hpb=6b16737f1e93f88348a90debb27379aa27811fbc;p=config%2Fdotfiles.git 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