diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-25 01:57:32 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-25 01:57:52 +0900 |
| commit | bdd9b6b5043db37f2291955178ec7189de8b2be8 (patch) | |
| tree | 3e5bdffa5242a01d5dc62cd7bcf4eca727d5411e | |
| parent | b08f4570d87b09aeebde86a2686e140cce7e72fc (diff) | |
added blurs for rofi and pop ups
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorAnimations.conf | 5 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index b8aa2ce8..36da931b 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -45,6 +45,7 @@ decoration { ignore_opacity = true new_optimizations = true special = true + popups = true } } @@ -72,11 +73,11 @@ animations { animation = windowsOut, 1, 3, smoothOut, slide animation = windowsMove, 1, 5, wind, slide animation = border, 1, 1, liner - animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors + animation = borderangle, 1, 80, liner, loop #used by rainbow borders and rotating colors animation = fade, 1, 3, smoothOut animation = workspaces, 1, 5, overshot # animations for -git or version >0.42.0 animation = workspacesIn, 1, 5, winIn, slide animation = workspacesOut, 1, 5, winOut, slide -} +}
\ No newline at end of file diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 690eb624..f216d2b9 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -139,8 +139,9 @@ windowrulev2 = keepaspectratio, title:^(Picture-in-Picture)$ # LAYER RULES +layerrule = ignorezero, class:^([Rr]ofi)$ +layerrule = blur, class:^([Rr]ofi)$ #layerrule = unset,class:^([Rr]ofi)$ -#layerrule = blur,class:^([Rr]ofi)$ #layerrule = ignorezero, <rofi> #layerrule = ignorezero, overview |
