compat: update and remove deprecated hyprland config
This commit is contained in:
parent
6b2461e63a
commit
87fa182b20
1 changed files with 4 additions and 8 deletions
|
|
@ -46,9 +46,10 @@ in {
|
||||||
"col.active_border" = "rgb(b4f9f8)";
|
"col.active_border" = "rgb(b4f9f8)";
|
||||||
};
|
};
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrule = [
|
||||||
"bordercolor rgb(f7768e), fullscreen:1"
|
"match:fullscreen 1, border_color rgb(f7768e)"
|
||||||
"noanim, initialClass:ueberzug(.*)"
|
"match:initial_class ueberzug(.*), float on, no_focus on, tag +noeffects"
|
||||||
|
"match:tag noeffects, no_anim on, decorate off, rounding 0"
|
||||||
];
|
];
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
|
|
@ -80,10 +81,6 @@ in {
|
||||||
font_size = 14;
|
font_size = 14;
|
||||||
};
|
};
|
||||||
|
|
||||||
layerrule = [
|
|
||||||
"noanim, ^(notifications)$"
|
|
||||||
];
|
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
bezier = [ "overshot, 0.13, 0.99, 0.29, 1.06" ];
|
bezier = [ "overshot, 0.13, 0.99, 0.29, 1.06" ];
|
||||||
animation = [
|
animation = [
|
||||||
|
|
@ -98,7 +95,6 @@ in {
|
||||||
misc = {
|
misc = {
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
disable_autoreload = true;
|
disable_autoreload = true;
|
||||||
new_window_takes_over_fullscreen = 2;
|
|
||||||
focus_on_activate = true;
|
focus_on_activate = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue