From 14cb0390770084a6757cd3c78aa7b102f613add3 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 10 Jan 2026 02:53:06 +1100 Subject: [PATCH] hypr: fix picture in picture window rule --- stow/.config/hypr/rules.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stow/.config/hypr/rules.conf b/stow/.config/hypr/rules.conf index 22fb1c9..a686d3c 100644 --- a/stow/.config/hypr/rules.conf +++ b/stow/.config/hypr/rules.conf @@ -27,9 +27,9 @@ windowrule { float = on pin = on no_initial_focus = on - size = (monitor_w*0.2) - move = ((monitor_w*0.76)) ((monitor_h*0.005)) - keep_aspect_ratio = on + size = (monitor_w*0.25) (monitor_h*0.25) + move = ((monitor_w-window_w)-65) 5 + keep_aspect_ratio = false match:initial_title = (^Picture-in-Picture$) match:initial_class = (^firefox$) }