2024-08-28 02:34:50 -05:00
|
|
|
# vim: set ft=config:
|
|
|
|
# Example windowrule v1
|
|
|
|
# windowrule = float, ^(kitty)$
|
|
|
|
# Example windowrule v2
|
|
|
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
|
|
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
2024-08-29 14:06:04 -05:00
|
|
|
|
|
|
|
#windowrulev2 = animation windowOut,class:^(wofi)$
|