1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 00:36:36 +02:00

Update docs

This commit is contained in:
Marvin Ewald
2016-07-17 19:16:46 +02:00
parent d3effa26b5
commit 9aedcf7753
3 changed files with 44 additions and 0 deletions

View File

@ -8,6 +8,18 @@ ui = {
// true to enable terminal alerts on messages, false to disable
alerts=true;
// Beep when receiving a message
beep_on_message=true
// Beep when receiving a filetransfer
beep_on_filetrans=true
// Don't beep when a filetransfer was accepted
beep_on_filetrans_accept=false
// Beep when receiving a group/call invite
beep_on_invite=true
// true to use native terminal colours, false to use toxic default colour theme
native_colors=false;