aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/LayoutScreens.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/LayoutScreens.hs')
-rw-r--r--XMonad/Layout/LayoutScreens.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/XMonad/Layout/LayoutScreens.hs b/XMonad/Layout/LayoutScreens.hs
index 25d44c9..c27a3e8 100644
--- a/XMonad/Layout/LayoutScreens.hs
+++ b/XMonad/Layout/LayoutScreens.hs
@@ -16,7 +16,8 @@
module XMonad.Layout.LayoutScreens (
-- * Usage
-- $usage
- layoutScreens, layoutSplitScreen, fixedLayout
+ layoutScreens, layoutSplitScreen, fixedLayout,
+ FixedLayout,
) where
import XMonad