hyprland/decorations.nix: enable xray blur
This commit is contained in:
parent
c5898e58d0
commit
fcc8a5a102
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ _: {
|
||||||
rounding_power = 3;
|
rounding_power = 3;
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
xray = true;
|
||||||
size = 3;
|
size = 3;
|
||||||
passes = 2;
|
passes = 2;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue