diff options
Diffstat (limited to 'home-modules/desktop/hyprland.nix')
| -rw-r--r-- | home-modules/desktop/hyprland.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-modules/desktop/hyprland.nix b/home-modules/desktop/hyprland.nix index 164282e..5593542 100644 --- a/home-modules/desktop/hyprland.nix +++ b/home-modules/desktop/hyprland.nix @@ -243,8 +243,8 @@ with lib; " ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-" ]; - windowrulev2 = [ - "suppressevent maximize, class:.*" # You'll probably like this. + windowrule = [ + "match:class .*, suppress_event maximize" # You'll probably like this. ]; source = [ |
