X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xmonad.hs;h=3be3de54af92e2732222d7820b5883cfc64495e1;hb=1c470d8cb81071b0ba7d826e4085ed8ebc01b0f9;hp=b3949d77daf049c98280eeb1c3c3207976932a3a;hpb=c528f3ec1893b0cf11ef112147524410423dfdb4;p=config%2Fdotfiles.git diff --git a/xmonad.hs b/xmonad.hs index b3949d7..3be3de5 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -1,4 +1,6 @@ -- XMonad configuration file. +-- +-- Should work fine with XMonad 0.7 and above. import XMonad @@ -34,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