diff options
author | Vaxry <[email protected]> | 2023-11-22 19:50:27 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-11-22 19:50:37 +0000 |
commit | 44accacff934e798b4ce127b009c39004040385a (patch) | |
tree | e8a1ee08500734d5a5979a9dc87722e89c7deb35 /example | |
parent | d417370bb725eb58f385b0cbfc924090462164f4 (diff) | |
download | Hyprland-44accacff934e798b4ce127b009c39004040385a.tar.gz Hyprland-44accacff934e798b4ce127b009c39004040385a.zip |
config: add nomaximizerequest all to default cfg
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 0f830ec3..caf3ddea 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -120,6 +120,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, .* # You'll probably like this. # See https://wiki.hyprland.org/Configuring/Keywords/ for more |