summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2007-11-12 02:35:51 +0100
committerLukas Mai <l.mai@web.de>2007-11-12 02:35:51 +0100
commit2e2c3efc4e2dbf932ea493134a81c72dec278734 (patch)
tree450709cb0385ed2a4c2ddb7ed8e70d281f28fd87
parent09eec7e82dc64cd163ff8e72d2b695649082ccee (diff)
downloadmetatile-2e2c3efc4e2dbf932ea493134a81c72dec278734.tar
metatile-2e2c3efc4e2dbf932ea493134a81c72dec278734.zip
make default ratios in config nicer to look at
darcs-hash:20071112013551-462cf-79c0e72e34bb6c583ee44f18b37ce1f76d76c529
-rw-r--r--XMonad/Config.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Config.hs b/XMonad/Config.hs
index b3f9d79..4a01bf1 100644
--- a/XMonad/Config.hs
+++ b/XMonad/Config.hs
@@ -151,10 +151,10 @@ layout = tiled ||| Mirror tiled ||| Full
nmaster = 1
-- Default proportion of screen occupied by master pane
- ratio = 0.5
+ ratio = 1/2
-- Percent of screen to increment by when resizing panes
- delta = 0.03
+ delta = 3/100
------------------------------------------------------------------------
-- Key bindings: