mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
11 lines
333 B
Haskell
11 lines
333 B
Haskell
module Config where
|
|
import Graphics.X11.Xlib.Types (Dimension)
|
|
import Graphics.X11.Xlib (KeyMask,Window)
|
|
import XMonad
|
|
borderWidth :: Dimension
|
|
numlockMask :: KeyMask
|
|
workspaces :: [WorkspaceId]
|
|
logHook :: X ()
|
|
manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet)
|
|
serialisedLayouts :: [Layout Window]
|