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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user