mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-11 02:02:11 -07:00
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:
@@ -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
|
||||
|
||||
|
@@ -21,6 +21,8 @@ module XMonad.Actions.DynamicWorkspaceOrder
|
||||
getWsCompareByOrder
|
||||
, getSortByOrder
|
||||
, swapWith
|
||||
, swapWithCurrent
|
||||
, swapOrder
|
||||
, updateName
|
||||
, removeName
|
||||
|
||||
|
Reference in New Issue
Block a user