aboutsummaryrefslogblamecommitdiffstats
path: root/Config.hs-boot
blob: 8b82d53dd48a50f6626a9794fd8397a1526e7a9e (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 XMonad
borderWidth :: Dimension
logHook     :: X ()
numlockMask :: KeyMask
workspaces :: [WorkspaceId]
possibleLayouts :: [SomeLayout Window]