summaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
blob: d216fbc6fdb5dc703a60d3847958760685979f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
module Config where
import Graphics.X11.Xlib.Types (Dimension)
import Graphics.X11.Xlib (KeyMask,Window)
import Graphics.X11.Xlib.Extras (ClassHint)
import XMonad
borderWidth :: Dimension
logHook     :: X ()
numlockMask :: KeyMask
workspaces :: [WorkspaceId]
possibleLayouts :: [Layout Window]
manageHook :: Window -> (String, String, String) -> X (WindowSet -> WindowSet)