From 4a2a66a70efeb11f7853d4b20086e79052fbe786 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 10 Feb 2026 19:16:14 -0500 Subject: Sync'd Backup window rules to current version On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/WindowRules-config-v3.conf --- CHANGELOG.md | 7 +++++++ config/hypr/configs/WindowRules-config-v3.conf | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4cda124..6a6e665a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,13 @@ - Some tweaks to lower CPU further - Added `-h/--help` - Added `--run-once` to set RainbowBorders but no animation +- Added 'TOP-ddubs-simple-bar' +- Fixed CSS formatting in `ML4W-Glass.css` +- Added keybind for "Static Rainbow border" + - Run `RainbowBorders-low-cpu --exec-once` to set the rainbow border w/o animation + - Updated `Picture-in-Picture` rule + - Works properly with `Brave` and other chromium browsers + - Thanks to `Goodborn` for the fix ## v2.3.20 diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf index 49f1f657..dfa3addd 100644 --- a/config/hypr/configs/WindowRules-config-v3.conf +++ b/config/hypr/configs/WindowRules-config-v3.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 -- cgit v1.2.3