hyprland/decorations.nix: disable blur

This commit is contained in:
Charlie Root 2025-04-02 23:45:27 +02:00
commit c977c6b1d9
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -4,7 +4,7 @@ _: {
decoration = {
rounding = 0;
blur = {
enabled = true;
enabled = false;
size = 3;
passes = 2;
};