From 87fa182b2085f048b00af01d27e8fca0d8371811 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Thu, 29 Jan 2026 20:33:54 -0500 Subject: [PATCH] compat: update and remove deprecated hyprland config --- home-manager/wayland/hyprland.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/home-manager/wayland/hyprland.nix b/home-manager/wayland/hyprland.nix index c8ed100..806fd6b 100644 --- a/home-manager/wayland/hyprland.nix +++ b/home-manager/wayland/hyprland.nix @@ -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; };