aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-05-27 14:59:28 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-05-27 14:59:28 +0200
commit67b6aee8fe2efa6f03a220ecc27ab0fba405109c (patch)
treea0be2fddf283c6521ec3b8399ce61372c63b3532 /Main.hs
parent5f52a1253d29587e5ccdef75a44688c9eabe284e (diff)
downloadxmonad-67b6aee8fe2efa6f03a220ecc27ab0fba405109c.tar.gz
xmonad-67b6aee8fe2efa6f03a220ecc27ab0fba405109c.tar.xz
xmonad-67b6aee8fe2efa6f03a220ecc27ab0fba405109c.zip
mod-b, toggle on or off the status bar gap
darcs-hash:20070527125928-9c5c1-a16246810db9d4abfe81d0d5814721b64f59a14c.gz
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
index c1a8b48..f493d80 100644
--- a/Main.hs
+++ b/Main.hs
@@ -61,6 +61,7 @@ main = do
st = XState
{ windowset = winset
, layouts = M.fromList [(w, safeLayouts) | w <- [0 .. W workspaces - 1]]
+ , statusGap = defaultStatusGap
, xineScreens = xinesc
, dimensions = (fromIntegral (displayWidth dpy dflt),
fromIntegral (displayHeight dpy dflt)) }