skipper: fix broken hyprland thanks to upstream
This commit is contained in:
parent
9ca9fb8ae3
commit
f11852abdc
1 changed files with 9 additions and 7 deletions
|
@ -54,18 +54,20 @@ in
|
||||||
mfact = 0.65;
|
mfact = 0.65;
|
||||||
new_status = "master";
|
new_status = "master";
|
||||||
new_on_top = true;
|
new_on_top = true;
|
||||||
no_gaps_when_only = 1;
|
drop_at_cursor = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
"col.shadow" = "rgba(1E202966)";
|
|
||||||
dim_around = 0.6;
|
dim_around = 0.6;
|
||||||
drop_shadow = "yes";
|
dim_inactive = true;
|
||||||
rounding = 5;
|
rounding = 5;
|
||||||
shadow_range = 60;
|
shadow = {
|
||||||
shadow_offset = "1 2";
|
color = "rgba(1E202966)";
|
||||||
shadow_render_power = 3;
|
offset = "1 2";
|
||||||
shadow_scale = 0.97;
|
range = 60;
|
||||||
|
render_power = 3;
|
||||||
|
scale = 0.97;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
monitor = [
|
monitor = [
|
||||||
|
|
Loading…
Reference in a new issue