From c60ea349b9b5e9942e3e396fc78a2d4716226f70 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 28 May 2007 05:15:01 +0200 Subject: support per-screen gap settings. you can have different gaps on individual screens now darcs-hash:20070528031501-9c5c1-beaadbacb5efc1ce5998aba41fbb3b2c68cdf0d1 --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Main.hs') diff --git a/Main.hs b/Main.hs index 106db0d..3969321 100644 --- a/Main.hs +++ b/Main.hs @@ -61,7 +61,7 @@ main = do st = XState { windowset = winset , layouts = M.fromList [(w, safeLayouts) | w <- [0 .. W workspaces - 1]] - , statusGap = defaultGap + , statusGaps = take (length xinesc) $ defaultGaps ++ repeat (0,0,0,0) , xineScreens = xinesc , dimensions = (fromIntegral (displayWidth dpy dflt), fromIntegral (displayHeight dpy dflt)) } -- cgit v1.2.3