mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Update CHANGES.md
This commit is contained in:
parent
86522a27b0
commit
055c4877a1
@ -92,6 +92,15 @@
|
|||||||
`tiActions`, `tiDirs`, `noAction`, and `inHome` for a more
|
`tiActions`, `tiDirs`, `noAction`, and `inHome` for a more
|
||||||
convenient specification of topics.
|
convenient specification of topics.
|
||||||
|
|
||||||
|
* `XMonad.Actions.CycleRecentWS`
|
||||||
|
|
||||||
|
- Changed the signature of `recentWS` to return a `[WorkspaceId]`
|
||||||
|
instead of a `[WindowSet]`, while `cycleWindowSets` and
|
||||||
|
`toggleWindowSets` now take a function `WindowSet ->
|
||||||
|
[WorkspaceId]` instead of one to `[WindowSet]` as their first
|
||||||
|
argument. This fixes the interplay between this module and any
|
||||||
|
layout that stores state.
|
||||||
|
|
||||||
### New Modules
|
### New Modules
|
||||||
|
|
||||||
* `XMonad.Hooks.StatusBar.PP`
|
* `XMonad.Hooks.StatusBar.PP`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user