Disable border background on all windows

This commit is contained in:
pancakes 2025-07-30 20:36:23 +10:00
parent 5076625c18
commit 72dba5c923
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw

View file

@ -167,6 +167,8 @@ window-rule {
window-rule { window-rule {
match is-active=false match is-active=false
opacity 0.9 opacity 0.9
}
window-rule {
draw-border-with-background false draw-border-with-background false
} }
window-rule { window-rule {