summaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
blob: d010c830f59c8c2990c46609fc33d24e925de688 (plain)
1
2
3
4
5
6
7
8
9
10
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]
possibleLayouts :: [Layout Window]
manageHook :: Window -> (String, String, String) -> X (WindowSet -> WindowSet)