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

@@ -1,5 +1,6 @@
//spawn-at-startup "/usr/lib/pam_kwallet_init"
//spawn-at-startup "/usr/lib/polkit-1/polkitd"
spawn-at-startup "/usr/bin/gnome-keyring-daemon" "--start" "--components=secrets"
spawn-at-startup "/usr/libexec/polkit-kde-authentication-agent-1"
spawn-at-startup "qs" "-c" "noctalia-shell"

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
}