Fix hyprland config vars
This commit is contained in:
parent
e0ca946086
commit
562cc5c5d7
@ -71,9 +71,11 @@
|
|||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 10;
|
rounding = 10;
|
||||||
drop_shadow = true;
|
shadow = {
|
||||||
shadow_range = 4;
|
enable = true;
|
||||||
shadow_render_power = 3;
|
range = 4;
|
||||||
|
render_power = 3;
|
||||||
|
};
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
size = 3;
|
size = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user