feat: Renames get-weather script to just weather.

This commit is contained in:
2025-10-01 22:12:45 -04:00
parent f37b5f1db2
commit eb4c6990ec
4 changed files with 84 additions and 15 deletions

View File

@@ -10,6 +10,11 @@ windowrule = float, tag:floating-window
windowrule = center, tag:floating-window
windowrule = size 800 600, tag:floating-window
# Weather tui
windowrule = float, class:^(com.ghostty.weather)$
windowrule = center, class:^(com.ghostty.weather)$
windowrule = size 90% 80%, class:^(com.ghostty.weather)$
# Force windows to be a floating window
windowrule = tag +floating-window, class:^(blueberry.py|org.gnome.Nautilus|com.ghostty.float)$