Skip to content

v3.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 20:00
· 5 commits to main since this release
cc4952e

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']

Join the Discord server

🎉 New features

  • Scale inner and outer gaps by monitor DPI (#756, #768).
    • Add new gaps.scale_with_dpi option to toggle whether gaps should be scaled. This is enabled by default - no config changes necessary.
  • Add new scaleFactor property to monitors in IPC responses. Fix dpi property not returning a valid DPI (#769).

🐛 Bug fixes

  • Fix focus commands not working with focus_follows_cursor: true (#767).
  • Fix not being able to disable cursor jump (#763).
  • Add window rule to sample config for floating PowerToys Peek (#757).

🛠️️ Internal changes

  • Fix regex for detecting latest version in Winget release workflow (#758).

Big thanks to @JonasWischeropp, @vikingnope, and @lars-berger for contributing to this release 💛