aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-05-28 04:51:35 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-05-28 04:51:35 +0200
commitbc4224c22b9e655bde2eda9bf9374c5bff5d14c1 (patch)
treef9deeb26cc6ad1d2b87d679df182c9f65b9646b0 /Main.hs
parent01c446343402990ea85f37704733107ea69993d7 (diff)
downloadxmonad-bc4224c22b9e655bde2eda9bf9374c5bff5d14c1.tar.gz
xmonad-bc4224c22b9e655bde2eda9bf9374c5bff5d14c1.tar.xz
xmonad-bc4224c22b9e655bde2eda9bf9374c5bff5d14c1.zip
Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screen
darcs-hash:20070528025135-9c5c1-3c0f63ac557da57cd268cd0129b9ce90692631e4.gz
Diffstat (limited to '')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index f493d80..106db0d 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 = defaultStatusGap
+ , statusGap = defaultGap
, xineScreens = xinesc
, dimensions = (fromIntegral (displayWidth dpy dflt),
fromIntegral (displayHeight dpy dflt)) }