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