CHANGES: add XMonad.Actions.Sift

This commit is contained in:
ivanbrennan
2020-09-12 13:49:35 -04:00
parent e2fa1ce8a1
commit 33ad9e526d

View File

@@ -22,6 +22,12 @@
### New Modules
* `XMonad.Actions.Sift`
Provide 'siftUp' and 'siftDown' actions, which behave like 'swapUp' and 'swapDown'
but handle the wrapping case by exchanging the windows at either end of the stack
instead of rotating the stack.
* `XMonad.Hooks.WindowSwallowing`
A handleEventHook that implements window swallowing: