diff --git a/modules/gnome-console-tweaks/default.nix b/modules/gnome-console-tweaks/default.nix index 19b8e13..5fb2cbe 100644 --- a/modules/gnome-console-tweaks/default.nix +++ b/modules/gnome-console-tweaks/default.nix @@ -9,6 +9,7 @@ else [ ] ) ++ [ ./no-close-tab-prompt.patch + ./no-notification.patch ./tango.patch ]; }); diff --git a/modules/gnome-console-tweaks/no-notification.patch b/modules/gnome-console-tweaks/no-notification.patch new file mode 100644 index 0000000..718448a --- /dev/null +++ b/modules/gnome-console-tweaks/no-notification.patch @@ -0,0 +1,7 @@ +--- a/src/kgx-tab.c ++++ b/src/kgx-tab.c +@@ -988,3 +988,3 @@ kgx_tab_pop_child (KgxTab *self, + set_status (self, new_status); +- ++ return; + if (!kgx_tab_is_active (self)) {