diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-27 10:25:58 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-27 10:25:58 +0900 |
| commit | a7ffcc6b7f49a087618671c7583dedcf1ea9a611 (patch) | |
| tree | 7154800e8c56ee1f74aa080cc485ce9d98a68f20 | |
| parent | fbbc858e3e71c4200aa4edc3e39d717757a3ff37 (diff) | |
updated windowrules (layerrules) for rofi and decorations
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorAnimations.conf | 2 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index 36da931b..2a75cdd8 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -73,7 +73,7 @@ animations { animation = windowsOut, 1, 3, smoothOut, slide animation = windowsMove, 1, 5, wind, slide animation = border, 1, 1, liner - animation = borderangle, 1, 80, liner, loop #used by rainbow borders and rotating colors + animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors animation = fade, 1, 3, smoothOut animation = workspaces, 1, 5, overshot diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 0d3a9af9..05d93c07 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -1,4 +1,5 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# For window rules and layerrules # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more #windowrule = noblur,gamescope @@ -138,10 +139,12 @@ windowrulev2 = keepaspectratio, title:^(Picture-in-Picture)$ #windowrulev2 = opacity 0.8 0.8, pinned:1 -# LAYER RULES -layerrule = ignorezero, class:^([Rr]ofi)$ -layerrule = blur, class:^([Rr]ofi)$ +# LAYER RULES layerrule = blur, rofi +layerrule = ignorezero, rofi + +#layerrule = ignorezero, class:^([Rr]ofi)$ +#layerrule = blur, class:^([Rr]ofi)$ #layerrule = unset,class:^([Rr]ofi)$ #layerrule = ignorezero, <rofi> |
