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