mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-26 09:41:53 -07:00
8 lines
180 B
Haskell
8 lines
180 B
Haskell
module Config where
|
|
import Graphics.X11.Xlib.Types (Dimension)
|
|
import Graphics.X11.Xlib (KeyMask)
|
|
import XMonad
|
|
borderWidth :: Dimension
|
|
logHook :: X ()
|
|
numlockMask :: KeyMask
|