Skip to content

Commit

Permalink
feat: add ignore rules for Lively and Quick Accents to sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Aug 2, 2024
1 parent 4049c14 commit 47c2b09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/assets/sample-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ window_rules:
- window_title: { regex: '[Pp]icture.in.[Pp]icture' }
window_class: { regex: 'Chrome_WidgetWin_1|MozillaDialogClass' }

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

binding_modes:
# When enabled, the focused window can be resized via arrow keys or HJKL.
- name: 'resize'
Expand Down

0 comments on commit 47c2b09

Please sign in to comment.