Regenerated
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user