mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-30 19:51:51 -07:00
The configs that import it should continue to work with this module, though the type of the ThreeColMid constructor is now ThreeCol (previously ThreeColMid).
5 lines
208 B
Haskell
5 lines
208 B
Haskell
module XMonad.Layout.ThreeColumnsMiddle {-# DEPRECATED "Import XMonad.Layout.ThreeColumns instead" #-}
|
|
(module XMonad.Layout.ThreeColumns) where
|
|
|
|
import XMonad.Layout.ThreeColumns (ThreeCol(ThreeColMid))
|