diff options
Diffstat (limited to 'modules/home-manager/hypr/decoration.nix')
| -rw-r--r-- | modules/home-manager/hypr/decoration.nix | 10 |
1 files changed, 5 insertions, 5 deletions
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]" ]; }; |
