aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/CenteredMaster.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/CenteredMaster.hs')
-rw-r--r--XMonad/Layout/CenteredMaster.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/XMonad/Layout/CenteredMaster.hs b/XMonad/Layout/CenteredMaster.hs
index e7aab04..d7dacbe 100644
--- a/XMonad/Layout/CenteredMaster.hs
+++ b/XMonad/Layout/CenteredMaster.hs
@@ -21,7 +21,8 @@ module XMonad.Layout.CenteredMaster (
-- $usage
centerMaster,
- topRightMaster
+ topRightMaster,
+ CenteredMaster, TopRightMaster,
) where
import XMonad