17 lines
518 B
Plaintext
17 lines
518 B
Plaintext
# misc_apps.conf
|
|
|
|
# Example windowrule
|
|
# windowrule = float on, match:class ^(kitty)$,title:^(kitty)$
|
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
windowrule = suppress_event maximize, match:class .* # You'll probably like this.
|
|
|
|
# KDE connect applet
|
|
$kdeconnect = match:initial_class ^(org.kde.connect.daemon)$
|
|
windowrule = float on, $kdeconnect
|
|
|
|
# grayjay
|
|
windowrule = tile on, match:title ^(Grayjay)$
|
|
|
|
# Godot
|
|
windowrule = tile on, match:initial_class ^(Godot)$, match:initial_title ^(Godot)$
|