Skip to content
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

Closed
jaymorelli96 opened this issue Mar 1, 2024 · 4 comments
Closed

issue: GlazeWM and QuickAccents #550

jaymorelli96 opened this issue Mar 1, 2024 · 4 comments

Comments

@jaymorelli96
Copy link

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.

@RaulMeloni
Copy link

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.

@RaulMeloni
Copy link

Update: I wasn't saving my config file properly, I'm dumb. just add

  • command: "ignore"
    match_process_name: "PowerToys.PowerAccent"

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

@jaymorelli96
Copy link
Author

Perfect! Thanks @RaulMeloni it works perfectly now!

@lars-berger
Copy link
Member

Added a window rule for this to the sample config v3 👍 Latest release

window_rules:
  - commands: ['ignore']
    match:
      - window_process: { equals: 'PowerToys.PowerAccent' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants