From 35ec81743b6597b89bd192197224f0eae2070c7c Mon Sep 17 00:00:00 2001 From: lars-berger Date: Tue, 19 Dec 2023 05:47:35 +0800 Subject: [PATCH] Update sample-config.yaml --- GlazeWM.App/Resources/sample-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GlazeWM.App/Resources/sample-config.yaml b/GlazeWM.App/Resources/sample-config.yaml index 70d7a5811..5dc5860f2 100644 --- a/GlazeWM.App/Resources/sample-config.yaml +++ b/GlazeWM.App/Resources/sample-config.yaml @@ -95,7 +95,8 @@ window_rules: - command: "set floating" match_class_name: "#32770" -# Do not manage Picture-in-picture windows. Default is for english, change the match_title to the appropriate window's name if you use another language. + # 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"