This commit is contained in:
2026-01-23 20:20:57 -06:00
parent 9d5e396152
commit 13c920fd32
37 changed files with 2312 additions and 107 deletions

View File

@@ -93,11 +93,11 @@ animations {
// enable transparency
window-rule {
match is-active=false
opacity 0.8 //inactive transparency
opacity 1.0 //inactive transparency
}
window-rule {
match is-active=true
opacity 0.95 //active transparency
opacity 1.0 //active transparency
}
window-rule {
draw-border-with-background false