Fix changes to Hyprland and Alacritty config with new versions
This commit is contained in:
parent
e1e06eb982
commit
df52840eba
|
@ -164,7 +164,6 @@
|
|||
special_scale_factor = 0.95;
|
||||
mfact = 0.5;
|
||||
new_on_top = false;
|
||||
no_gaps_when_only = 0;
|
||||
orientation = "left";
|
||||
inherit_fullscreen = false;
|
||||
smart_resizing = false;
|
||||
|
@ -177,11 +176,6 @@
|
|||
};
|
||||
decoration = {
|
||||
rounding = 5;
|
||||
"col.shadow" = lib.mkForce "rgba(${config.lib.stylix.scheme.base00}0d)";
|
||||
drop_shadow = "yes";
|
||||
shadow_ignore_window = true;
|
||||
shadow_range = 4;
|
||||
shadow_render_power = 3;
|
||||
blur = {
|
||||
enabled = true;
|
||||
size = 5;
|
||||
|
@ -190,6 +184,13 @@
|
|||
brightness = 1.0;
|
||||
noise = 2.0e-2;
|
||||
};
|
||||
shadow = {
|
||||
enabled = true;
|
||||
range = 4;
|
||||
render_power = 3;
|
||||
ignore_window = true;
|
||||
color = lib.mkForce "rgba(${config.lib.stylix.scheme.base00}0d)";
|
||||
};
|
||||
};
|
||||
animations = {
|
||||
enabled = true;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
y = 5;
|
||||
};
|
||||
};
|
||||
live_config_reload = true;
|
||||
general.live_config_reload = true;
|
||||
selection.save_to_clipboard = true;
|
||||
mouse.hide_when_typing = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue