mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
7 lines
166 B
Haskell
7 lines
166 B
Haskell
module Config where
|
|
import Graphics.X11.Xlib.Types (Dimension)
|
|
import Graphics.X11.Xlib (KeyMask)
|
|
borderWidth :: Dimension
|
|
logging :: Bool
|
|
numlockMask :: KeyMask
|