summaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
blob: 41c45e5c8723dd522c312adf760537b966516404 (plain)
1
2
3
4
5
6
7
8
9
module Config where
import Graphics.X11.Xlib.Types (Dimension)
import Graphics.X11.Xlib (KeyMask,Window)
import XMonad
borderWidth :: Dimension
logHook     :: X ()
numlockMask :: KeyMask
workspaces :: [WorkspaceId]
defaultLayouts, otherPossibleLayouts :: [SomeLayout Window]