mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 00:56:35 +02:00
Add further explanation to the beep_on* options
This also renames beep_on* to bell_on*.
This commit is contained in:
@ -85,27 +85,7 @@ Time format string for logging enclosed by double quotes\&. See
|
||||
.PP
|
||||
\fBalerts\fR
|
||||
.RS 4
|
||||
Enable or disable terminal alerts on events\&. true or false
|
||||
.RE
|
||||
.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
|
||||
Enable or disable acoustic alerts on events\&. true or false
|
||||
.RE
|
||||
.PP
|
||||
\fBnative_colors\fR
|
||||
@ -172,6 +152,30 @@ Set user status when attaching and detaching from GNU screen or tmux\&. true or
|
||||
.RS 4
|
||||
Status message to set when status is set to away due to screen/tmux detach\&. When attaching, the status message is set back to the original value\&.
|
||||
.RE
|
||||
.PP
|
||||
The following options control whether to output a terminal bell on certain events\&.
|
||||
.br
|
||||
Some terminals mark the window as urgent when a bell is received\&. Urgent windows are usually highlighted in the taskbar and some window managers even provide shortcuts to jump to the next urgent window\&. These options don't affect the "alerts" option\&.
|
||||
.PP
|
||||
\fBbell_on_message\fR
|
||||
.RS 4
|
||||
Enable/Disable the terminal bell when receiving a message\&. true or false
|
||||
.RE
|
||||
.PP
|
||||
\fBbell_on_filetrans\fR
|
||||
.RS 4
|
||||
Enable/Disable the terminal bell when receiving a filetransfer\&. true or false
|
||||
.RE
|
||||
.PP
|
||||
\fBbell_on_filetrans_accept\fR
|
||||
.RS 4
|
||||
Enable/Disable the terminal bell when a filetransfer was accepted\&. true or false
|
||||
.RE
|
||||
.PP
|
||||
\fBbell_on_invite\fR
|
||||
.RS 4
|
||||
Enable/Disable the terminal bell when receiving a group/call invite\&. true or false
|
||||
.RE
|
||||
.RE
|
||||
.PP
|
||||
\fBaudio\fR
|
||||
|
@ -55,19 +55,7 @@ OPTIONS
|
||||
See *date*(1)
|
||||
|
||||
*alerts*;;
|
||||
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
|
||||
Enable or disable acoustic alerts on events. true or false
|
||||
|
||||
*native_colors*;;
|
||||
Select between native terminal colors and toxic color theme. true or false
|
||||
@ -112,6 +100,23 @@ OPTIONS
|
||||
detach. When attaching, the status message is set back to the original
|
||||
value.
|
||||
|
||||
The following options control whether to output a terminal bell on certain events.
|
||||
Some terminals mark the window as urgent when a bell is received. Urgent windows are usually highlighted in the taskbar and some window managers even provide shortcuts to jump to the next urgent window.
|
||||
These options don't affect the "alerts" option.
|
||||
|
||||
*bell_on_message*
|
||||
Enable/Disable the terminal bell when receiving a message. true or false
|
||||
|
||||
*bell_on_filetrans*
|
||||
Enable/Disable the terminal bell when receiving a filetransfer. true or false
|
||||
|
||||
*bell_on_filetrans_accept*
|
||||
Enable/Disable the terminal bell when a filetransfer was accepted. true or false
|
||||
|
||||
*bell_on_invite*
|
||||
Enable/Disable the terminal bell when receiving a group/call invite. true or false
|
||||
|
||||
|
||||
*audio*::
|
||||
Configuration related to audio devices.
|
||||
|
||||
|
Reference in New Issue
Block a user