aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-11-22 23:38:14 +0000
committerVaxry <[email protected]>2023-11-22 23:38:14 +0000
commit45ebe0df8fd0fd4b649728266f65aa48ac307e96 (patch)
tree21ef95585578b73545aafe014b6f2da1fa459190
parent812a3f6d78681abbfbc0b01f3b5956c38ae06c1c (diff)
downloadHyprland-45ebe0df8fd0fd4b649728266f65aa48ac307e96.tar.gz
Hyprland-45ebe0df8fd0fd4b649728266f65aa48ac307e96.zip
config: fix red warn in default config
fixes #3917
-rw-r--r--example/hyprland.conf2
-rw-r--r--src/config/defaultConfig.hpp2
2 files changed, 2 insertions, 2 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
diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp
index 46d7095d..6a859220 100644
--- a/src/config/defaultConfig.hpp
+++ b/src/config/defaultConfig.hpp
@@ -127,7 +127,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