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 = {
|
||||
rounding = 0;
|
||||
blur = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
size = 3;
|
||||
passes = 2;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue