mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 12:41:53 -07:00
6 lines
147 B
Haskell
6 lines
147 B
Haskell
module Config where
|
|
import XMonad (LayoutDesc)
|
|
import Graphics.X11.Xlib.Types (Dimension)
|
|
defaultLayoutDesc :: LayoutDesc
|
|
borderWidth :: Dimension
|