add XMonad.Actions.Sift (siftUp, siftDown)

Provide swap-like functions that handle the wrapping case by exchanging
the windows at either end of the stack rather than rotating the stack.

https://github.com/xmonad/xmonad/issues/234
This commit is contained in:
ivanbrennan
2020-09-11 23:50:53 -04:00
parent 58feba91d9
commit e2fa1ce8a1
2 changed files with 58 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ library
XMonad.Actions.RotSlaves
XMonad.Actions.Search
XMonad.Actions.ShowText
XMonad.Actions.Sift
XMonad.Actions.SimpleDate
XMonad.Actions.SinkAll
XMonad.Actions.SpawnOn