Update hyprland config
This commit is contained in:
parent
51efdd5e1f
commit
1c008d576a
|
@ -51,7 +51,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
dwindle = {
|
dwindle = {
|
||||||
no_gaps_when_only = true;
|
|
||||||
force_split = 0;
|
force_split = 0;
|
||||||
special_scale_factor = 1.0;
|
special_scale_factor = 1.0;
|
||||||
split_width_multiplier = 1.0;
|
split_width_multiplier = 1.0;
|
||||||
|
@ -63,7 +62,6 @@
|
||||||
master = {
|
master = {
|
||||||
new_status = "master";
|
new_status = "master";
|
||||||
special_scale_factor = 1;
|
special_scale_factor = 1;
|
||||||
no_gaps_when_only = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
@ -86,13 +84,15 @@
|
||||||
xray = false;
|
xray = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
drop_shadow = true;
|
shadow = {
|
||||||
|
enabled = true;
|
||||||
|
|
||||||
shadow_ignore_window = true;
|
ignore_window = true;
|
||||||
shadow_offset = "0 2";
|
offset = "0 2";
|
||||||
shadow_range = 20;
|
range = 20;
|
||||||
shadow_render_power = 3;
|
render_power = 3;
|
||||||
"col.shadow" = "rgba(00000055)";
|
color = "rgba(00000055)";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
|
|
Loading…
Reference in a new issue