diff --git a/XMonad/Layout/DwmStyle.hs b/XMonad/Layout/DwmStyle.hs index 787f656e..bef196f9 100644 --- a/XMonad/Layout/DwmStyle.hs +++ b/XMonad/Layout/DwmStyle.hs @@ -16,6 +16,7 @@ module XMonad.Layout.DwmStyle ( -- * Usage: -- $usage dwmStyle + , DeConfig (..) , DwmStyle (..), defaultDwmStyleConfig , shrinkText, CustomShrink(CustomShrink) , Shrinker(..) diff --git a/XMonad/Layout/SimpleDecoration.hs b/XMonad/Layout/SimpleDecoration.hs index f20cceb0..d47d9bed 100644 --- a/XMonad/Layout/SimpleDecoration.hs +++ b/XMonad/Layout/SimpleDecoration.hs @@ -17,6 +17,7 @@ module XMonad.Layout.SimpleDecoration ( -- * Usage: -- $usage simpleDeco + , DeConfig (..) , SimpleDecoration (..), defaultSimpleConfig , shrinkText, CustomShrink(CustomShrink) , Shrinker(..)