updated config

This commit is contained in:
2026-01-04 22:00:21 -06:00
parent 6618497090
commit 9d5e396152
9 changed files with 111 additions and 17 deletions

View File

@@ -93,11 +93,11 @@ animations {
// enable transparency
window-rule {
match is-active=false
opacity 0.8
opacity 0.8 //inactive transparency
}
window-rule {
match is-active=true
opacity 0.95
opacity 0.95 //active transparency
}
window-rule {
draw-border-with-background false
@@ -107,6 +107,7 @@ window-rule {
match app-id="gimp"
match title="^*Invidious — Mozilla Firefox$"
match title="^Watch2Gether — Mozilla Firefox$"
match app-id="org.gnome.Loupe"
opacity 1.0
}