Merge pull request #402 from elkowar/fix-usage-missing

Fix missing usage-section in XMonad.Hooks.WindowSwallowing
This commit is contained in:
Sibi Prabakaran 2020-11-15 22:01:50 +05:30 committed by GitHub
commit cd1c1d1d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,9 @@
-- application and asking them to set that property.
-----------------------------------------------------------------------------
module XMonad.Hooks.WindowSwallowing
( swallowEventHook
( -- * Usage
-- $usage
swallowEventHook
)
where
import XMonad