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]" ]; }; };