diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-05-27 14:59:28 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-05-27 14:59:28 +0200 |
commit | 67b6aee8fe2efa6f03a220ecc27ab0fba405109c (patch) | |
tree | a0be2fddf283c6521ec3b8399ce61372c63b3532 /Config.hs-boot | |
parent | 5f52a1253d29587e5ccdef75a44688c9eabe284e (diff) | |
download | xmonad-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 '')
-rw-r--r-- | Config.hs-boot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index fe30869..2d66ae1 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -1,4 +1,3 @@ module Config where import Graphics.X11.Xlib.Types (Dimension) borderWidth :: Dimension -defaultMenuGap :: Int |