hyprland: increase blur size

Should now match the picom blur a bit more.
This commit is contained in:
Donovan Glover 2024-10-27 10:50:24 -04:00
parent b3e0fbb5b5
commit f83d1ed67e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -105,7 +105,7 @@ in
blur = {
enabled = true;
size = 4;
size = 5;
passes = 2;
};
};