aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/ThreeColumnsMiddle.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/ThreeColumnsMiddle.hs')
-rw-r--r--XMonad/Layout/ThreeColumnsMiddle.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/XMonad/Layout/ThreeColumnsMiddle.hs b/XMonad/Layout/ThreeColumnsMiddle.hs
new file mode 100644
index 0000000..e7f244c
--- /dev/null
+++ b/XMonad/Layout/ThreeColumnsMiddle.hs
@@ -0,0 +1,4 @@
+module XMonad.Layout.ThreeColumnsMiddle {-# DEPRECATED "Import XMonad.Layout.ThreeColumns instead" #-}
+ (module XMonad.Layout.ThreeColumns) where
+
+import XMonad.Layout.ThreeColumns (ThreeCol(ThreeColMid))