summaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
blob: f9d8ecddac627d364203ca60460b96c7e0c84667 (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 :: [SomeLayout Window]
manageHook :: Window -> (String, String, String) -> X (WindowSet -> WindowSet)