diff options
author | Vaxry <[email protected]> | 2023-11-22 23:38:14 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-11-22 23:38:14 +0000 |
commit | 45ebe0df8fd0fd4b649728266f65aa48ac307e96 (patch) | |
tree | 21ef95585578b73545aafe014b6f2da1fa459190 /example | |
parent | 812a3f6d78681abbfbc0b01f3b5956c38ae06c1c (diff) | |
download | Hyprland-45ebe0df8fd0fd4b649728266f65aa48ac307e96.tar.gz Hyprland-45ebe0df8fd0fd4b649728266f65aa48ac307e96.zip |
config: fix red warn in default config
fixes #3917
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index caf3ddea..7560fefe 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -120,7 +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. +windowrulev2 = nomaximizerequest, class:.* # You'll probably like this. # See https://wiki.hyprland.org/Configuring/Keywords/ for more |