From 81cbc393ce02cf71eb0cb882d023c5fe32973092 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Fri, 16 Jan 2026 11:20:04 +0100 Subject: [PATCH] Adapt window rules to new syntax --- hosts/stellaris/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/stellaris/default.nix b/hosts/stellaris/default.nix index d6039ce..4a9cb4d 100644 --- a/hosts/stellaris/default.nix +++ b/hosts/stellaris/default.nix @@ -77,11 +77,11 @@ "w[tv1], gapsout:0, gapsin:0" "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]" ]; }; };