Regenerated

This commit is contained in:
2026-04-29 11:21:03 +02:00
parent 6b466a626f
commit 75f4969882
3 changed files with 417 additions and 402 deletions
@@ -66,13 +66,18 @@ windowrule {
}
# Wofi window rules
# (match: fields do not support $variables, hardcoded intentionally)
windowrule {
name = wofi
match:class = ^(wofi)$
border_color = rgb(89b4fa) rgb(a6e3a1) 45deg
rounding = 14
}
windowrulev2 = float, class:^(update-term)$
windowrulev2 = size 900 600, class:^(update-term)$
windowrulev2 = center, class:^(update-term)$
# Update terminal window rules
windowrule {
name = update-term
match:class = ^(update-term)$
float = true
size = 900 600
center = true
}