mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 14:43:03 +01:00
Update docs
This commit is contained in:
parent
d3effa26b5
commit
9aedcf7753
@ -88,6 +88,26 @@ Time format string for logging enclosed by double quotes\&. See
|
|||||||
Enable or disable terminal alerts on events\&. true or false
|
Enable or disable terminal alerts on events\&. true or false
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\fBbeep_on_message\fR
|
||||||
|
.RS 4
|
||||||
|
Beep when receiving a message\&. true or false
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fBbeep_on_filetrans\fR
|
||||||
|
.RS 4
|
||||||
|
Beep when receiving a filetransfer\&. true or false
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fBbeep_on_filetrans_accept\fR
|
||||||
|
.RS 4
|
||||||
|
Beep when a filetransfer was accepted\&. true or false
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fBbeep_on_invite\fR
|
||||||
|
.RS 4
|
||||||
|
Beep when receiving a group/call invite\&. true or false
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\fBnative_colors\fR
|
\fBnative_colors\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Select between native terminal colors and toxic color theme\&. true or false
|
Select between native terminal colors and toxic color theme\&. true or false
|
||||||
|
@ -57,6 +57,18 @@ OPTIONS
|
|||||||
*alerts*;;
|
*alerts*;;
|
||||||
Enable or disable terminal alerts on events. true or false
|
Enable or disable terminal alerts on events. true or false
|
||||||
|
|
||||||
|
*beep_on_message*
|
||||||
|
Beep when receiving a message. true or false
|
||||||
|
|
||||||
|
*beep_on_filetrans*
|
||||||
|
Beep when receiving a filetransfer. true or false
|
||||||
|
|
||||||
|
*beep_on_filetrans_accept*
|
||||||
|
Beep when a filetransfer was accepted. true or false
|
||||||
|
|
||||||
|
*beep_on_invite*
|
||||||
|
Beep when receiving a group/call invite. true or false
|
||||||
|
|
||||||
*native_colors*;;
|
*native_colors*;;
|
||||||
Select between native terminal colors and toxic color theme. true or false
|
Select between native terminal colors and toxic color theme. true or false
|
||||||
|
|
||||||
|
@ -8,6 +8,18 @@ ui = {
|
|||||||
// true to enable terminal alerts on messages, false to disable
|
// true to enable terminal alerts on messages, false to disable
|
||||||
alerts=true;
|
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
|
// true to use native terminal colours, false to use toxic default colour theme
|
||||||
native_colors=false;
|
native_colors=false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user