Files
xmonad/Config.hs-boot
2007-09-25 17:41:34 +00:00

10 lines
275 B
Haskell

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]