File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11
11
would be deleted when switching to a dynamic project.
12
12
- Improved documentation on how to close a project.
13
13
14
+ * ` XMonad.Hooks.Rescreen `
15
+
16
+ - Allow overriding the ` rescreen ` operation itself. Additionally, the
17
+ ` XMonad.Actions.PhysicalScreens ` module now provides an alternative
18
+ implementation of ` rescreen ` that avoids reshuffling the workspaces if
19
+ the number of screens doesn't change and only their locations do (which
20
+ is especially common if one uses ` xrandr --setmonitor ` to split an
21
+ ultra-wide display in two).
22
+
23
+ - Added an optional delay when waiting for events to settle. This may be
24
+ used to avoid flicker and unnecessary workspace reshuffling if multiple
25
+ ` xrandr ` commands are used to reconfigure the display layout.
26
+
14
27
## 0.18.1 (August 20, 2024)
15
28
16
29
### Breaking Changes
You can’t perform that action at this time.
0 commit comments