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