12 lines
423 B
Plaintext
12 lines
423 B
Plaintext
--- Config.hs.orig Wed Oct 17 01:53:12 2007
|
|
+++ Config.hs Sun Oct 28 18:21:41 2007
|
|
@@ -90,7 +90,7 @@ focusedBorderColor = "#ff0000"
|
|
-- Fields are: top, bottom, left, right.
|
|
--
|
|
defaultGaps :: [(Int,Int,Int,Int)]
|
|
-defaultGaps = [(0,0,0,0)] -- 15 for default dzen font
|
|
+defaultGaps = repeat (15,0,0,0) -- 15 for default dzen font
|
|
|
|
------------------------------------------------------------------------
|
|
-- Window rules
|