mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
CHANGES: Document the X.H.Rescreen, X.A.PhysicalScreens additions
This commit is contained in:
parent
60fc830e2e
commit
61f8b4aa8e
13
CHANGES.md
13
CHANGES.md
@ -11,6 +11,19 @@
|
||||
would be deleted when switching to a dynamic project.
|
||||
- Improved documentation on how to close a project.
|
||||
|
||||
* `XMonad.Hooks.Rescreen`
|
||||
|
||||
- Allow overriding the `rescreen` operation itself. Additionally, the
|
||||
`XMonad.Actions.PhysicalScreens` module now provides an alternative
|
||||
implementation of `rescreen` that avoids reshuffling the workspaces if
|
||||
the number of screens doesn't change and only their locations do (which
|
||||
is especially common if one uses `xrandr --setmonitor` to split an
|
||||
ultra-wide display in two).
|
||||
|
||||
- Added an optional delay when waiting for events to settle. This may be
|
||||
used to avoid flicker and unnecessary workspace reshuffling if multiple
|
||||
`xrandr` commands are used to reconfigure the display layout.
|
||||
|
||||
## 0.18.1 (August 20, 2024)
|
||||
|
||||
### Breaking Changes
|
||||
|
Loading…
x
Reference in New Issue
Block a user