8 lines
301 B
Plaintext
8 lines
301 B
Plaintext
|
# 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.
|