diff options
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index b6151c8..6d631c5 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -3,8 +3,8 @@ import Graphics.X11.Xlib.Types (Dimension) import Graphics.X11.Xlib (KeyMask,Window) import XMonad borderWidth :: Dimension -logHook :: X () numlockMask :: KeyMask workspaces :: [WorkspaceId] -possibleLayouts :: [Layout Window] +logHook :: X () manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet) +serialisedLayouts :: [Layout Window] |