mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-15 20:13:47 -07:00
6 lines
178 B
Haskell
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)
|