mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 00:20:22 -07:00
12 lines
350 B
Haskell
12 lines
350 B
Haskell
module Main 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]
|
|
terminal :: String
|