openbsd-ports/x11/xmonad/patches/patch-Config_hs

12 lines
423 B
Plaintext
Raw Normal View History

2007-11-18 15:13:31 -05:00
--- 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)]
2007-11-18 15:13:31 -05:00
-defaultGaps = [(0,0,0,0)] -- 15 for default dzen font
+defaultGaps = repeat (15,0,0,0) -- 15 for default dzen font
2007-11-18 15:13:31 -05:00
------------------------------------------------------------------------
-- Window rules