mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
gnome-console: no notifications
This commit is contained in:
parent
7d65ed786b
commit
f5592c16fb
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
else [ ]
|
else [ ]
|
||||||
) ++ [
|
) ++ [
|
||||||
./no-close-tab-prompt.patch
|
./no-close-tab-prompt.patch
|
||||||
|
./no-notification.patch
|
||||||
./tango.patch
|
./tango.patch
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
7
modules/gnome-console-tweaks/no-notification.patch
Normal file
7
modules/gnome-console-tweaks/no-notification.patch
Normal file
|
@ -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)) {
|
Loading…
Reference in a new issue