Files
dotfiles/dot_config/hypr/hyprland.conf.d/misc_apps.conf
2026-03-11 13:27:54 -04:00

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)$