Skip to content

Commit

Permalink
config: fix red warn in default config
Browse files Browse the repository at this point in the history
fixes #3917
  • Loading branch information
vaxerski committed Nov 22, 2023
1 parent 812a3f6 commit 45ebe0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/config/defaultConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45ebe0d

Please sign in to comment.