New layout modifier: Hidden

A layout modifer that is meant to work with the BinarySpacePartition
layout.  By removing windows from the window set and adding them back
at a later time, you can move windows to a different branch of the BSP
tree.
This commit is contained in:
Peter Jones
2015-03-09 22:30:36 +00:00
parent cf5739a484
commit e2e63440ee
2 changed files with 136 additions and 0 deletions

View File

@@ -219,6 +219,7 @@ library
XMonad.Layout.Groups.Examples
XMonad.Layout.Groups.Helpers
XMonad.Layout.Groups.Wmii
XMonad.Layout.Hidden
XMonad.Layout.HintedGrid
XMonad.Layout.HintedTile
XMonad.Layout.IfMax