aboutsummaryrefslogblamecommitdiffstats
path: root/Config.hs-boot
blob: 7c364c2cb9dd5be4b8f256c760324f72e7e01081 (plain) (tree)
1
2
3
4
5
6
7
8
9
                   
                                          
                                         
                                           
             
                        
                   
                      
                           
                                      
                                                               
module Config where
import Graphics.X11.Xlib.Types (Dimension)
import Graphics.X11.Xlib (KeyMask,Window)
import Graphics.X11.Xlib.Extras (ClassHint)
import XMonad
borderWidth :: Dimension
logHook     :: X ()
numlockMask :: KeyMask
workspaces :: [WorkspaceId]
possibleLayouts :: [SomeLayout Window]
manageHook :: Window -> ClassHint -> X (WindowSet -> WindowSet)