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)";
|
||||
};
|
||||
|
||||
windowrulev2 = [
|
||||
"bordercolor rgb(f7768e), fullscreen:1"
|
||||
"noanim, initialClass:ueberzug(.*)"
|
||||
windowrule = [
|
||||
"match:fullscreen 1, border_color rgb(f7768e)"
|
||||
"match:initial_class ueberzug(.*), float on, no_focus on, tag +noeffects"
|
||||
"match:tag noeffects, no_anim on, decorate off, rounding 0"
|
||||
];
|
||||
|
||||
cursor = {
|
||||
|
|
@ -80,10 +81,6 @@ in {
|
|||
font_size = 14;
|
||||
};
|
||||
|
||||
layerrule = [
|
||||
"noanim, ^(notifications)$"
|
||||
];
|
||||
|
||||
animations = {
|
||||
bezier = [ "overshot, 0.13, 0.99, 0.29, 1.06" ];
|
||||
animation = [
|
||||
|
|
@ -98,7 +95,6 @@ in {
|
|||
misc = {
|
||||
disable_hyprland_logo = true;
|
||||
disable_autoreload = true;
|
||||
new_window_takes_over_fullscreen = 2;
|
||||
focus_on_activate = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue