X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xmonad.hs;h=49082a4c064f35d1ce3cd0a45bf1550e3c68156a;hb=05a1cb666629cecf220bb73ff989321770832745;hp=b3949d77daf049c98280eeb1c3c3207976932a3a;hpb=c528f3ec1893b0cf11ef112147524410423dfdb4;p=config%2Fdotfiles.git diff --git a/xmonad.hs b/xmonad.hs index b3949d7..49082a4 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -1,4 +1,6 @@ -- XMonad configuration file. +-- +-- Should work fine with XMonad 0.8 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