openbsd-ports/x11/xmonad/patches/patch-Main_hs
kili 557cb83210 Update to 0.3.
Note to xmonad junkies: this doesn't include XMonadContrib and related
stuff; there's a lot of activity on the xmonad list, so adding knobs to
the port *now* may be a bad idea.
2007-10-01 20:46:30 +00:00

13 lines
569 B
Plaintext

$OpenBSD: patch-Main_hs,v 1.2 2007/10/01 20:46:30 kili Exp $
--- Main.hs.orig Tue Sep 4 21:34:21 2007
+++ Main.hs Fri Sep 14 15:10:20 2007
@@ -53,7 +53,7 @@ main = do
let winset | ("--resume" : s : _) <- args
, [(x, "")] <- reads s = x
| otherwise = new workspaces $ zipWith SD xinesc gaps
- gaps = take (length xinesc) $ defaultGaps ++ repeat (0,0,0,0)
+ gaps = take (length xinesc) $ repeat (0,0,0,0)
safeLayouts = case defaultLayouts of [] -> (full, []); (x:xs) -> (x,xs)
cf = XConf