mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-05 06:31:54 -07:00
6 lines
138 B
Haskell
6 lines
138 B
Haskell
module Config where
|
|
import XMonad (Layout)
|
|
import Graphics.X11.Xlib.Types (Dimension)
|
|
defaultLayouts :: [Layout]
|
|
borderWidth :: Dimension
|