aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Layout.hs (renamed from XMonad/Layouts.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layouts.hs b/XMonad/Layout.hs
index 5d8d2bd..86622fa 100644
--- a/XMonad/Layouts.hs
+++ b/XMonad/Layout.hs
@@ -15,7 +15,7 @@
--
-----------------------------------------------------------------------------
-module XMonad.Layouts (ChangeLayout(..), Choose, (|||), Resize(..), IncMasterN(..),
+module XMonad.Layout (ChangeLayout(..), Choose, (|||), Resize(..), IncMasterN(..),
Full(..), Tall(..), Mirror(..), mirrorRect, splitVertically,
splitHorizontally, splitHorizontallyBy, splitVerticallyBy) where