Skip to content

Commit

Permalink
feat: add window rule to sample config for ignoring picture-in-picture (
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri authored Dec 19, 2023
1 parent 5400b58 commit 872c2fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GlazeWM.App/Resources/sample-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ window_rules:
- command: "set floating"
match_class_name: "#32770"

# Do not manage picture-in-picture windows for browsers. Note that the default is for
# English; change `match_title` to the window's title if you use another language.
- command: "ignore"
match_title: "[Pp]icture.in.[Pp]icture"
match_class_name: "Chrome_WidgetWin_1|MozillaDialogClass"

# Some applications (eg. Steam) have borders that extend past the normal border size.
- command: "resize borders 0px -7px -7px -7px"
match_process_name: "steam"
Expand Down

0 comments on commit 872c2fa

Please sign in to comment.