From bdd9b6b5043db37f2291955178ec7189de8b2be8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 25 Jan 2025 01:57:32 +0900 Subject: added blurs for rofi and pop ups --- config/hypr/UserConfigs/UserDecorAnimations.conf | 5 +++-- 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, #layerrule = ignorezero, overview -- cgit v1.2.3