diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-05-27 14:27:02 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-05-27 14:27:02 +0200 |
commit | 5f52a1253d29587e5ccdef75a44688c9eabe284e (patch) | |
tree | de7b8f261a2cc75fff94fa1435a61bc517a73a40 /Config.hs-boot | |
parent | 72c356261e00ee4bee781c072c8a06e31555d063 (diff) | |
download | xmonad-5f52a1253d29587e5ccdef75a44688c9eabe284e.tar.gz xmonad-5f52a1253d29587e5ccdef75a44688c9eabe284e.tar.xz xmonad-5f52a1253d29587e5ccdef75a44688c9eabe284e.zip |
Add new config value, defaultMenuGap, for specifying a gap for a status bar
By default, it is 0 (set in Config.hs), but set this to a pixel count to
get a permanent gap at the top of the screen. You can then at startup
launch dzen, and it will run in this gap, and not be obscured by other
windows.
Perfect for a persistant status bar.
darcs-hash:20070527122702-9c5c1-2a3ca82463b3bab21556674936b1bf8a86ba6356.gz
Diffstat (limited to '')
-rw-r--r-- | Config.hs-boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index 2d66ae1..fe30869 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -1,3 +1,4 @@ module Config where import Graphics.X11.Xlib.Types (Dimension) borderWidth :: Dimension +defaultMenuGap :: Int |