CHANGES: additions to XMonad.Actions.CycleRecentWS

This commit is contained in:
ivanbrennan 2020-03-06 07:56:09 -05:00
parent 5aca3fb542
commit c48ddb08af
No known key found for this signature in database
GPG Key ID: 79C3C47DC652EA54

View File

@ -65,6 +65,18 @@
When we calculate dragger widths, we first try to get the border width of When we calculate dragger widths, we first try to get the border width of
the focused window, before failing over to using the initial `borderWidth`. the focused window, before failing over to using the initial `borderWidth`.
* `XMonad.Actions.CycleRecentWS`
- Added `cycleRecentNonEmptyWS` function which behaves like `cycleRecentWS`
but is constrainded to non-empty workspaces.
- Added `toggleRecentWS` and `toggleRecentNonEmptyWS` functions which toggle
between the current and most recent workspace, and continue to toggle back
and forth on repeated presses, rather than cycling through other workspaces.
- Added `recentWS` function which allows the recency list to be filtered with
a user-provided predicate.
## 0.16 ## 0.16
### Breaking Changes ### Breaking Changes