mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
add SimpleStacking module to make Combo and Tabbed work together.
WARNING! This change will break existing Tabbed configurations. The problem is that there is no way within a Layout's "doLayout" to safely modify the layout itself. This makes LayoutHooks fragile, and more to the point, makes SimpleStacking fragile, so we can't safely define a tabbed' = simpleStacking . tabbed A workaround would have been to duplicate the tabbed code, but I'd rather leave the ugliness and get this fixed.
This commit is contained in:
@@ -42,6 +42,7 @@ import XMonadContrib.NamedWindows ()
|
||||
import XMonadContrib.NoBorders ()
|
||||
import XMonadContrib.RotView ()
|
||||
import XMonadContrib.SimpleDate ()
|
||||
import XMonadContrib.SimpleStacking ()
|
||||
import XMonadContrib.Spiral ()
|
||||
import XMonadContrib.Square ()
|
||||
import XMonadContrib.Submap ()
|
||||
|
Reference in New Issue
Block a user