1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 06:46:45 +02:00

Add config option for the notification timeout duration

This commit is contained in:
Rob Levitsky
2018-11-05 22:40:51 -05:00
parent 73aaa44d12
commit f7b73af9a7
6 changed files with 17 additions and 1 deletions

View File

@ -1332,7 +1332,7 @@ int main(int argc, char **argv)
#endif /* PYTHON */
init_notify(60, 3000);
init_notify(60, user_settings->notification_timeout);
/* screen/tmux auto-away timer */
if (init_mplex_away_timer(m) == -1) {