Files
xmonad/Main.hs-boot
2007-11-01 07:45:56 +00:00

6 lines
178 B
Haskell

module Main where
import Graphics.X11.Xlib (KeyMask,Window)
import XMonad
numlockMask :: KeyMask
manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet)