Update all dot files

This commit is contained in:
2026-03-11 13:27:54 -04:00
parent c041170257
commit 4796f893e5
33 changed files with 825 additions and 273 deletions

View File

@@ -1,20 +1,16 @@
# misc_apps.conf
# Example windowrule
# windowrule = float,class:^(kitty)$,title:^(kitty)$
# Example windowrule
# windowrule = float on, match: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
windowrule = suppress_event maximize, match:class .* # You'll probably like this.
# KDE connect applet
$kdeconnect = initialClass:^(org.kde.connect.daemon)$
windowrule = float, $kdeconnect
$kdeconnect = match:initial_class ^(org.kde.connect.daemon)$
windowrule = float on, $kdeconnect
# grayjay
windowrule = tile, title:^(Grayjay)$
windowrule = tile on, match:title ^(Grayjay)$
# Godot
windowrule = tile on, match:initial_class ^(Godot)$, match:initial_title ^(Godot)$