mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
CHANGES: additions to XMonad.Actions.CycleRecentWS
This commit is contained in:
parent
5aca3fb542
commit
c48ddb08af
12
CHANGES.md
12
CHANGES.md
@ -65,6 +65,18 @@
|
||||
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`.
|
||||
|
||||
* `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
|
||||
|
||||
### Breaking Changes
|
||||
|
Loading…
x
Reference in New Issue
Block a user