mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 20:21:52 -07:00
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.
5 lines
110 B
Haskell
5 lines
110 B
Haskell
module Config where
|
|
import Graphics.X11.Xlib.Types (Dimension)
|
|
borderWidth :: Dimension
|
|
defaultMenuGap :: Int
|