From 19bdf8aebb7be9b9ec79094f98962c2542f4b2f8 Mon Sep 17 00:00:00 2001 From: ant Date: Sun, 20 Oct 2024 17:41:47 +0200 Subject: [PATCH] Disable decorations in hyprland --- hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland.nix b/hyprland.nix index dc1269d..9e747ea 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -58,7 +58,7 @@ decoration = { blur = { - enabled = true; + enabled = false; }; drop_shadow = true; shadow_range = 8;