-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue: GlazeWM and QuickAccents #550
Comments
Win10 here, latest version. Seems like QuickAccent summons a permanent hidden window (that is summoned again when you activate it), which Glaze catches and somewhat tries to resize. Setting an ignore on its process does not seem to have an effect, but it's possible I'm doing that one wrong. |
Update: I wasn't saving my config file properly, I'm dumb. just add
under the window_rules section, save config file, make glaze reload it, and change QuickAccent input delay to 100ms or something similar to make it smooth |
Perfect! Thanks @RaulMeloni it works perfectly now! |
Added a window rule for this to the sample config v3 👍 Latest release window_rules:
- commands: ['ignore']
match:
- window_process: { equals: 'PowerToys.PowerAccent' } |
I notice that when using the powertoys QuickAccents with GlazeWM, the quick accents doesn't work as expected. Not sure if this should be fixed in Glaze or in powertoys, but I thought it would be useful to report.
I can still access the letter board using escape, but when I select the letter when using GlazeWM it is not inserted.
The text was updated successfully, but these errors were encountered: