diff options
author | Vaxry <[email protected]> | 2024-02-14 22:26:45 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-02-14 22:26:45 +0000 |
commit | 60834a46875587ce011f5134ce4f714b0acc8227 (patch) | |
tree | 67d14b11bb4064985b789a392903b24cd0eb3e44 | |
parent | 7f52db806c149cb3331d6567706e7c19f5a8b692 (diff) | |
download | Hyprland-60834a46875587ce011f5134ce4f714b0acc8227.tar.gz Hyprland-60834a46875587ce011f5134ce4f714b0acc8227.zip |
config: remove usages of nomaximizerequest from default cfg
-rw-r--r-- | example/hyprland.conf | 2 | ||||
-rw-r--r-- | src/config/defaultConfig.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 5d5441e9..75ff0abe 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -126,7 +126,7 @@ device:epic-mouse-v1 { # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -windowrulev2 = nomaximizerequest, class:.* # You'll probably like this. +windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. # See https://wiki.hyprland.org/Configuring/Keywords/ for more diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 7af3a8fb..5eabf475 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -133,7 +133,7 @@ device:epic-mouse-v1 { # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -windowrulev2 = nomaximizerequest, class:.* # You'll probably like this. +windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. # See https://wiki.hyprland.org/Configuring/Keywords/ for more |