]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad.hs: Reorder source for layout hook.
authorSimon Ruderich <simon@ruderich.org>
Thu, 15 Apr 2010 03:35:11 +0000 (05:35 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 15 Apr 2010 03:35:11 +0000 (05:35 +0200)
No functional changes.

xmonad.hs

index 1357269f6c252c786100a298064994bd58e5c226..3be3de54af92e2732222d7820b5883cfc64495e1 100644 (file)
--- 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