fixed hyprland configs; added background images; updated zshrc; fixed theming in ghostty

This commit is contained in:
2026-02-02 11:29:03 -07:00
parent e24174d1b6
commit 0297e7a15a
204 changed files with 637 additions and 35 deletions

View File

@@ -3,5 +3,9 @@
# Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
layerrule = noanim, wofi
# windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
layerrule {
name = no_anim_for_wofi
no_anim = on
match:namespace = wofi
}