X.A.DynamicWorkspaceOrder: Export swapOrder and swapWithCurrent

These actions are very convenient for managing the workspace order, and
should be made available for use through the module.
This commit is contained in:
spoonm 2021-07-13 03:57:40 -03:00
parent 1351f9a931
commit 31b12ebb8a
No known key found for this signature in database
GPG Key ID: E36599D3CA01FD6A
2 changed files with 5 additions and 0 deletions

View File

@ -659,6 +659,9 @@
- Added `ingoringWSs` as a `WSType` predicate to skip workspaces having a
tag in a given list.
- `XMonad.Actions.DynamicWorkspaceOrder`
- Added `swapWithCurrent` and `swapOrder` to the list of exported names.
## 0.16

View File

@ -21,6 +21,8 @@ module XMonad.Actions.DynamicWorkspaceOrder
getWsCompareByOrder
, getSortByOrder
, swapWith
, swapWithCurrent
, swapOrder
, updateName
, removeName