mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
Adjust runOnWorkspaces processing order
We now use this in `broadcastMessage`, so to not change which workspaces get the message first, we need to change the order here. This wouldn't normally be safe to do either, but there are no other uses of `runOnWorkspaces` neither here nor in xmonad-contrib, so it should actually be fine.
This commit is contained in:
@@ -65,6 +65,11 @@
|
||||
it easier for us to clean up the codebase. These can still be suppressed
|
||||
manually using an `OPTIONS_GHC` pragma with `-Wno-deprecations`.
|
||||
|
||||
* `runOnWorkspaces` changed to first run the action on the current
|
||||
workspace, then the visible workspaces and then hidden, to match the order
|
||||
of processing messages in `broadcastMessage`. Previously,
|
||||
`runOnWorkspaces` processed the hidden workspaces first.
|
||||
|
||||
## 0.15 (September 30, 2018)
|
||||
|
||||
* Reimplement `sendMessage` to deal properly with windowset changes made
|
||||
|
Reference in New Issue
Block a user