diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-21 14:42:45 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-21 14:42:45 -0500 |
| commit | 6ce932b713dbe772c3b33c5d0e903740fa8ce38c (patch) | |
| tree | e8f32a898b28ba484d69e7ec904c7e7e7acbf7d1 | |
| parent | 88a09344e8cc7cffe69a017eb752e8c6fa17ddcb (diff) | |
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 |
