From 740dc95572aa39dce95a14339781c571fef0cf62 Mon Sep 17 00:00:00 2001 From: scouckel Date: Fri, 2 Jan 2026 22:36:51 -0500 Subject: update --- modules/home-manager/hypr/decoration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/home-manager/hypr/decoration.nix') diff --git a/modules/home-manager/hypr/decoration.nix b/modules/home-manager/hypr/decoration.nix index e928a51..e9d5dfe 100644 --- a/modules/home-manager/hypr/decoration.nix +++ b/modules/home-manager/hypr/decoration.nix @@ -16,11 +16,11 @@ "f[1], gapsout:0, gapsin:0" ]; - windowrulev2 = [ - "bordersize 0, floating:0, onworkspace:w[tv1]" - "rounding 0, floating:0, onworkspace:w[tv1]" - "bordersize 0, floating:0, onworkspace:f[1]" - "rounding 0, floating:0, onworkspace:f[1]" + windowrule = [ + "border_size 0, match:float 0, match:workspace w[tv1]" + "rounding 0, match:float 0, match:workspace w[tv1]" + "border_size 0, match:float 0, match:workspace f[1]" + "rounding 0, match:float 0, match:workspace f[1]" ]; }; -- cgit v1.3