From cd63c493c4af7543af97ff5cd0da8b7128351994 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.gz --- XMonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad.hs') diff --git a/XMonad.hs b/XMonad.hs index 839b1dd..2f1577c 100644 --- a/XMonad.hs +++ b/XMonad.hs @@ -40,7 +40,7 @@ data XState = XState { windowset :: !WindowSet -- ^ workspace list , xineScreens :: ![Rectangle] -- ^ dimensions of each screen , dimensions :: !(Position,Position) -- ^ dimensions of the screen, - , statusGap :: !(Int,Int,Int,Int) -- ^ width of status bar + , statusGaps :: ![(Int,Int,Int,Int)] -- ^ width of status bar on each screen , layouts :: !(M.Map WorkspaceId (Layout, [Layout])) } -- ^ mapping of workspaces to descriptions of their layouts -- cgit v1.2.3