From: Simon Ruderich Date: Thu, 15 Apr 2010 03:35:11 +0000 (+0200) Subject: xmonad.hs: Reorder source for layout hook. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=1c470d8cb81071b0ba7d826e4085ed8ebc01b0f9;p=config%2Fdotfiles.git xmonad.hs: Reorder source for layout hook. No functional changes. --- 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