From f0360d6bdbc03f72a1972a96f95634b358af1526 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Thu, 1 Jan 2026 20:18:43 +0000 Subject: [PATCH] qol(hyprland): no more quickshell blur --- modules/hyprland/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/settings.nix b/modules/hyprland/settings.nix index 577c338..ea89aca 100644 --- a/modules/hyprland/settings.nix +++ b/modules/hyprland/settings.nix @@ -145,7 +145,7 @@ ]; layerrule = [ "match:namespace ^(notifications)$, no_screen_share true" - "match:namespace ^(quickshell)$, blur true" + # "match:namespace ^(quickshell)$, blur true" ]; # exec-once = [ # ];