Disable espresso notifications
This commit is contained in:
@ -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"
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user