From 1c470d8cb81071b0ba7d826e4085ed8ebc01b0f9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 15 Apr 2010 05:35:11 +0200 Subject: [PATCH] xmonad.hs: Reorder source for layout hook. No functional changes. --- xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmonad.hs b/xmonad.hs index 1357269..3be3de5 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -36,10 +36,10 @@ myLayoutHook = smartBorders $ Mirror tiled ||| Full tiled = Tall nmaster delta ratio -- The default number of windows in the master pane. nmaster = 1 - -- Default proportion of screen occupied by master pane. - ratio = 1/2 -- Percent of screen to increment by when resizing panes. delta = 3/100 + -- Default proportion of screen occupied by master pane. + ratio = 1/2 -- Don't spawn new windows in the master pane (which is at the top of the -- screen). Thanks to dschoepe, aavogt and especially vav in #xmonad on -- 2.44.2