diff options
| author | Martin Guzman <55927935+brockar@users.noreply.github.com> | 2026-01-21 17:25:12 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-21 17:25:12 -0300 |
| commit | 035724daaf362eac452a781e20144cf893ed274f (patch) | |
| tree | e8f32a898b28ba484d69e7ec904c7e7e7acbf7d1 | |
| parent | c6198c1bedeffd08ec3f60f7ba3a41e6c5870885 (diff) | |
| parent | 35d04935d154ac2fd685ca3cb57ddfda255db330 (diff) | |
Merge pull request #928 from JaKooLit/development
Removed two redundant Window rules
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index d110cd4a..8016db42 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -169,11 +169,8 @@ windowrule = match:title ^(Picture-in-Picture)$, opacity 0.95 0.75 windowrule = match:tag KooL_Cheat, size (monitor_w*0.65) (monitor_h*0.9) windowrule = match:tag wallpaper, size (monitor_w*0.7) (monitor_h*0.7) windowrule = match:tag settings, size (monitor_w*0.7) (monitor_h*0.7) -windowrule = match:class ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$, size (monitor_w*0.6) (monitor_h*0.7) windowrule = match:class ^([Ff]erdium)$, size (monitor_w*0.6) (monitor_h*0.7) -# PINNING -windowrule = match:title ^(Picture-in-Picture)$, pin on, keep_aspect_ratio on # BLUR & FULLSCREEN windowrule = match:tag games, no_blur on, fullscreen 0 |
