summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-08-21 05:25:38 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-08-21 05:25:38 +0200
commit1151ed686348a1ee0f7a92798b122a774c61c985 (patch)
treec6b931699138acace1be882e3a2e9fe7fd42d8ef
parent0c51dc4ae49f693fd2eea39d47480e77bb5b849f (diff)
downloadmetatile-1151ed686348a1ee0f7a92798b122a774c61c985.tar
metatile-1151ed686348a1ee0f7a92798b122a774c61c985.zip
comment only: example of 2 monitor gaps
darcs-hash:20070821032538-9c5c1-d31452453b6bb879480391c1342680e61756e034
-rw-r--r--Config.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.hs b/Config.hs
index b4500e4..dfd99af 100644
--- a/Config.hs
+++ b/Config.hs
@@ -49,6 +49,11 @@ modMask = mod1Mask
-- Anything non-zero here will leave a gap of that many pixels on the
-- given edge, on the that screen. A useful gap at top of screen for a
-- menu bar (e.g. 15)
+--
+-- An example, to set a top gap on monitor 1, and a gap on the bottom of
+-- monitor 2, you'd use a list of geometries like so:
+--
+-- > defaultGaps = [(18,0,0,0),(0,18,0,0)] -- 2 gaps on 2 monitors
--
-- Fields are: top, bottom, left, right.
--