Files
dotfiles/dot_config/hypr/hyprland.conf.d/misc_apps.conf

18 lines
608 B
Plaintext

# misc_apps.conf
# Example windowrule
# windowrule = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrule = suppressevent maximize, class:.* # You'll probably like this.
# nextcloud
$nextcloud = initialTitle:^(Nextcloud)$, initialClass:^(com.nextcloud.desktopclient.nextcloud)$
windowrule = float, $nextcloud
windowrule = animation slide top, $nextcloud
windowrule = size 20% 40%, $nextcloud
windowrule = move 100%-w-2 30, $nextcloud
# KDE connect applet
$kdeconnect = initialClass:^(org.kde.connect.daemon)$
windowrule = float, $kdeconnect