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