mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
9 lines
208 B
Haskell
9 lines
208 B
Haskell
module Config where
|
|
import Graphics.X11.Xlib.Types (Dimension)
|
|
import Graphics.X11.Xlib (KeyMask)
|
|
import XMonad
|
|
borderWidth :: Dimension
|
|
logHook :: X ()
|
|
numlockMask :: KeyMask
|
|
workspaces :: [WorkspaceId]
|