Skip to content

Commit

Permalink
fix: update ignore rule for Powertoys Quick Accent (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger authored Sep 29, 2024
1 parent a368285 commit 50a9ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/assets/sample-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ window_rules:
window_class: { regex: 'Chrome_WidgetWin_1|MozillaDialogClass' }

# Ignore rules for various 3rd-party apps.
- window_process: { equals: 'PowerToys.PowerAccent' }
- window_process: { equals: 'PowerToys' }
window_class: { regex: 'HwndWrapper\[PowerToys\.PowerAccent.*?\]' }
- window_process: { equals: 'Lively' }
window_class: { regex: 'HwndWrapper*' }

Expand Down

0 comments on commit 50a9ec0

Please sign in to comment.