hyprland/decorations.nix: disable blur
This commit is contained in:
parent
15a558d63b
commit
c977c6b1d9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ _: {
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 0;
|
rounding = 0;
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = false;
|
||||||
size = 3;
|
size = 3;
|
||||||
passes = 2;
|
passes = 2;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue