In case anyone missed it from the last release:
Zebar update & startup change
- Zebar, which can optionally be installed through the standard installer below, has officially been updated to V2 ⚡For full details, check out the V2 release notes.
- This new version is now included in the standard GlazeWM installer.
- Existing installs can be updated by leaving "Install Zebar" checked.
- Zebar start script has been removed - update your existing GlazeWM config (
%userprofile%/.glzr/glazewm/config.yaml
) as follows:
- startup_commands: ['shell-exec %userprofile%/.glzr/zebar/start.bat']
+ startup_commands: ['shell-exec zebar']
🎉 New features
- Add
not_equals
andnot_regex
window rule match types (#798). - Destroy empty workspaces when a window was killed while its workspace was not displayed (e.g. via task manager) (#801).
- Change
focus --next-workspace
andfocus --prev-workspace
to focus by config order (#783).- Add new
focus —next-active-workspace
andfocus —prev-active-workspace
commands with the old behavior offocus --next-workspace
andfocus --prev-workspace
.
- Add new
🐛 Bug fixes
- Prevent focus requests from being lost from windows on inactive workspaces (#797).
📘 Docs improvements
- Fix link to "Config documentation" heading in readme (#811).
Big thanks to @DreamMaoMao, @RiceaRaul, and @azarmadr for contributing to this release 💛