From 7a6843b27e192ad9e9cee5c3612ddcebcb94ab4e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 3 Oct 2024 17:01:18 +0200 Subject: [PATCH] i3: limit initial size of PiP in Firefox --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index c8a13ed..6f7329b 100644 --- a/config +++ b/config @@ -155,7 +155,7 @@ no_focus [window_type="splash"] for_window [tiling] border pixel $borderpx for_window [class="Nm-connection-editor"] floating enable for_window [class="Shadow"] fullscreen enable -for_window [window_role="PictureInPicture"] floating enable +for_window [window_role="PictureInPicture"] floating enable, resize set 1280 720 for_window [class="pavucontrol"] floating enable # Firefox sharing indicator for_window [floating_from="auto" title="Firefox — Sharing Indicator"] border none, sticky enable, move position 30 ppt -5 px