From b08f4570d87b09aeebde86a2686e140cce7e72fc Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:33:43 +0800 Subject: Update ENVariables.conf --- config/hypr/UserConfigs/ENVariables.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/UserConfigs') diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index 831f3afd..e5e5ab42 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -58,7 +58,7 @@ env = ELECTRON_OZONE_PLATFORM_HINT,auto # FOR VM and POSSIBLY NVIDIA # LIBGL_ALWAYS_SOFTWARE software mesa rendering -#env = LIBGL_ALWAYS_SOFTWARE,1 +#env = LIBGL_ALWAYS_SOFTWARE,1 # Warning. May cause hyprland to crash #env = WLR_RENDERER_ALLOW_SOFTWARE,1 # nvidia firefox (for hardware acceleration on FF)? -- cgit v1.2.3 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(-) (limited to 'config/hypr/UserConfigs') 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 From fbbc858e3e71c4200aa4edc3e39d717757a3ff37 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:50:41 +0900 Subject: Update WindowRules.conf --- config/hypr/UserConfigs/WindowRules.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config/hypr/UserConfigs') diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index f216d2b9..0d3a9af9 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -141,6 +141,7 @@ windowrulev2 = keepaspectratio, title:^(Picture-in-Picture)$ # LAYER RULES layerrule = ignorezero, class:^([Rr]ofi)$ layerrule = blur, class:^([Rr]ofi)$ +layerrule = blur, rofi #layerrule = unset,class:^([Rr]ofi)$ #layerrule = ignorezero, -- cgit v1.2.3 From a7ffcc6b7f49a087618671c7583dedcf1ea9a611 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 27 Jan 2025 10:25:58 +0900 Subject: updated windowrules (layerrules) for rofi and decorations --- config/hypr/UserConfigs/UserDecorAnimations.conf | 2 +- config/hypr/UserConfigs/WindowRules.conf | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'config/hypr/UserConfigs') 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, -- cgit v1.2.3