Files
xmonad/Main.hs-boot
2007-10-29 18:48:23 +00:00

8 lines
243 B
Haskell

module Main where
import Graphics.X11.Xlib (KeyMask,Window)
import XMonad
numlockMask :: KeyMask
workspaces :: [WorkspaceId]
manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet)
serialisedLayouts :: [Layout Window]