summaryrefslogtreecommitdiffstats
path: root/Main.hs-boot
blob: 1ad57913101c8dbe3cb37ba18070f69c2c6c9e6f (plain)
1
2
3
4
5
6
module Main where
import Graphics.X11.Xlib (KeyMask,Window)
import XMonad
numlockMask :: KeyMask
workspaces :: [WorkspaceId]
manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet)