summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
-rw-r--r--accounts/gkleen@sif/hyprland.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix
index f77856f3..90a7c805 100644
--- a/accounts/gkleen@sif/hyprland.nix
+++ b/accounts/gkleen@sif/hyprland.nix
@@ -56,8 +56,8 @@ in {
56 56
57 vibrancy = 0.1696; 57 vibrancy = 0.1696;
58 58
59 # special = true; 59 special = true;
60 # popups = true; 60 popups = true;
61 }; 61 };
62 }; 62 };
63 63
@@ -334,5 +334,7 @@ in {
334 layerrule = [ 334 layerrule = [
335 "blur, waybar" 335 "blur, waybar"
336 "blur, launcher" 336 "blur, launcher"
337 "noanim, notifications"
338 "blur, notifications"
337 ]; 339 ];
338} 340}