aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-02-10 03:17:24 -0500
committerDon Williams <don.e.williams@gmail.com>2026-02-10 03:18:15 -0500
commitb1dc7f28a7508a3766e1f96630df14542e73b858 (patch)
tree0328e31c3f1b9ab656f279e75e4d9a3e49aada2c /config
parentd1c39429665081bd24120310b66e4a8f7d6ea25d (diff)
Fixed Picture-in-Picture rule to cover lower case
``` windowrule { name = Picture-in-Picture match:title = ^[Pp]icture-in-[Pp]icture$ float = on move = 72% 7% opacity = 0.95 0.75 pin = on keep_aspect_ratio = on size = (monitor_w*0.3) (monitor_h*0.3) } ``` On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/WindowRules.conf
Diffstat (limited to 'config')
-rw-r--r--config/hypr/configs/WindowRules.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf
index 49f1f657..dfa3addd 100644
--- a/config/hypr/configs/WindowRules.conf
+++ b/config/hypr/configs/WindowRules.conf
@@ -168,7 +168,7 @@ layerrule = match:namespace quickshell:overview, ignore_alpha 0.5
windowrule {
name = Picture-in-Picture
- match:title = ^(Picture-in-Picture)$
+ match:title = ^[Pp]icture-in-[Pp]icture$
float = on
move = 72% 7%
opacity = 0.95 0.75
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage