diff options
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index f9d8ecd..d216fbc 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -7,5 +7,5 @@ borderWidth :: Dimension logHook :: X () numlockMask :: KeyMask workspaces :: [WorkspaceId] -possibleLayouts :: [SomeLayout Window] +possibleLayouts :: [Layout Window] manageHook :: Window -> (String, String, String) -> X (WindowSet -> WindowSet) |