xmonad/Config.hs-boot
Jason Creighton 5da458c755 move extraModifiers/cleanMask to Operations.hs
so XMonadContrib can use them
2007-06-06 00:50:56 +00:00

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