Disable espresso notifications

This commit is contained in:
2023-05-20 14:25:17 +01:00
parent cf278d7872
commit cf2c46f356

View File

@ -57,7 +57,8 @@ in {
}; };
"org/gnome/shell/extensions/espresso" = { "org/gnome/shell/extensions/espresso" = {
enable-fullscreen = true; enable-fullscreen = true;
show-indicator = false; show-indicator = true;
show-notifications = false;
inhibit-apps = [ inhibit-apps = [
"com.obsproject.Studio.desktop" "com.obsproject.Studio.desktop"
]; ];