mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-14 03:35:54 -07:00
Export ThreeColMid from L.ThreeColumnsMiddle
The configs that import it should continue to work with this module, though the type of the ThreeColMid constructor is now ThreeCol (previously ThreeColMid).
This commit is contained in:
4
XMonad/Layout/ThreeColumnsMiddle.hs
Normal file
4
XMonad/Layout/ThreeColumnsMiddle.hs
Normal file
@@ -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))
|
@@ -179,6 +179,7 @@ library
|
||||
XMonad.Layout.Tabbed
|
||||
XMonad.Layout.TabBarDecoration
|
||||
XMonad.Layout.ThreeColumns
|
||||
XMonad.Layout.ThreeColumnsMiddle
|
||||
XMonad.Layout.ToggleLayouts
|
||||
XMonad.Layout.TwoPane
|
||||
XMonad.Layout.WindowArranger
|
||||
|
Reference in New Issue
Block a user