mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -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:
parent
1351f9a931
commit
31b12ebb8a
@ -659,6 +659,9 @@
|
|||||||
- Added `ingoringWSs` as a `WSType` predicate to skip workspaces having a
|
- Added `ingoringWSs` as a `WSType` predicate to skip workspaces having a
|
||||||
tag in a given list.
|
tag in a given list.
|
||||||
|
|
||||||
|
- `XMonad.Actions.DynamicWorkspaceOrder`
|
||||||
|
|
||||||
|
- Added `swapWithCurrent` and `swapOrder` to the list of exported names.
|
||||||
|
|
||||||
## 0.16
|
## 0.16
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@ module XMonad.Actions.DynamicWorkspaceOrder
|
|||||||
getWsCompareByOrder
|
getWsCompareByOrder
|
||||||
, getSortByOrder
|
, getSortByOrder
|
||||||
, swapWith
|
, swapWith
|
||||||
|
, swapWithCurrent
|
||||||
|
, swapOrder
|
||||||
, updateName
|
, updateName
|
||||||
, removeName
|
, removeName
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user