mirror of
https://github.com/xmonad/xmonad.git
synced 2025-09-02 19:53:48 -07:00
10 lines
254 B
Haskell
10 lines
254 B
Haskell
module Config where
|
|
import Graphics.X11.Xlib.Types (Dimension)
|
|
import Graphics.X11.Xlib (KeyMask,Window)
|
|
import XMonad
|
|
borderWidth :: Dimension
|
|
logHook :: X ()
|
|
numlockMask :: KeyMask
|
|
workspaces :: [WorkspaceId]
|
|
possibleLayouts :: [SomeLayout Window]
|