diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-01-02 22:36:51 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-01-02 22:36:51 -0500 |
| commit | 740dc95572aa39dce95a14339781c571fef0cf62 (patch) | |
| tree | 5634936f08979856fa83470bd8f3861da134ccef /modules/home-manager/hypr/decoration.nix | |
| parent | 3a921a31d3aa99b9e0cdee23edc849d991bbe5f2 (diff) | |
update
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]" ]; }; |
