diff options
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index 8b82d53..906ee3b 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -7,3 +7,4 @@ logHook :: X () numlockMask :: KeyMask workspaces :: [WorkspaceId] possibleLayouts :: [SomeLayout Window] +manageHook :: Window -> X (WindowSet -> WindowSet) |