diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-10 19:16:14 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-10 19:16:14 -0500 |
| commit | 4a2a66a70efeb11f7853d4b20086e79052fbe786 (patch) | |
| tree | d85b58b065d03a259620be8ccfca6ddb40b17b35 | |
| parent | 43deb76b0a0c9f6231e6c011690acca8be62204f (diff) | |
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
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 2 |
2 files changed, 8 insertions, 1 deletions
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 |
