mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-31 02:43:47 -07:00
8 lines
243 B
Haskell
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]
|