update | update hyprland config
nixos config pipeline / show-flake (push) Successful in 27s
nixos config pipeline / deploy (push) Failing after 41s

This commit is contained in:
smayzy
2026-02-07 15:33:31 +01:00
parent e55a047241
commit 3be4071e9f
4 changed files with 55 additions and 26 deletions
+16 -2
View File
@@ -165,5 +165,19 @@ device {
# Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
windowrulev2 = opacity 0.70 0.70,class:^(Alacritty)$
windowrule {
name = windowrule-1
suppress_event = maximize
match:class = .*
}
windowrule {
name = windowrule-2
opacity = 0.70 0.70
match:class = ^(Alacritty)$
}
ecosystem {
no_update_news = true
no_donation_nag = true
}