v1.3.0
Highlight
This release introduces the new -R / --reclaim-space argument, allowing to reclaim the empty screen space left by closed windows:
When a window is closed, Niri intentionally doesn't re-center the viewport accordingly, leaving an empty space on the right of the screen.
Using the -R / --reclaim-space option will prevent that by nudging the focus and viewport in order to reclaim the empty screen space with the remaining opened windows.
Features
- Add
-R / --reclaim-spaceto reclaim empty screen space left by closed windows (#93) - (81581c4) by @zxc-rv
Miscellaneous
- (CI) Add built man page to cleanup stage (#91) - (5ee14cf) by @Antiz96
- (deps) Update Rust crate anyhow to 1.0.104 (#92) - (68f53ec) by @renovate[bot]
- Global refactor (#94) - (87cc53f) by @Antiz96
New Contributors
Full Changelog: v1.2.6...v1.3.0