mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-18 19:10:21 -07:00
make Hierarchical LayoutCombinators.
This commit is contained in:
parent
c2a4c05faf
commit
722b99dd83
@ -11,7 +11,7 @@
|
||||
-- Stability : unstable
|
||||
-- Portability : portable
|
||||
--
|
||||
-- A module for combining Layouts
|
||||
-- A module for combining XMonad.Layouts
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
module XMonad.Layout.LayoutCombinators (
|
||||
@ -23,7 +23,7 @@ module XMonad.Layout.LayoutCombinators (
|
||||
import Data.Maybe ( isJust )
|
||||
|
||||
import XMonad
|
||||
import Layouts ( Tall(..), Mirror(..), ChangeLayout(NextLayout) )
|
||||
import XMonad.Layouts ( Tall(..), Mirror(..), ChangeLayout(NextLayout) )
|
||||
import XMonad.Layout.Combo
|
||||
import XMonad.Layout.DragPane
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user