The \fItoxic\&.conf\fR file is the main configuration file for \fBtoxic\fR(1) client\&. It uses syntax accepted by \fBlibconfig\fR\&. Lines starting with "//" are comments and will be ignored\&.
.SH"EXAMPLE"
.sp
.ifn\{\
.RS4
.\}
.nf
// Configuration for interface
ui = {
timestamps = true;
alerts = false;
};
// Configuration for audio
audio = {
input_device = 1;
};
.fi
.ifn\{\
.RE
.\}
.SH"OPTIONS"
.PP
\fBui\fR
.RS4
Configuration related to interface elements\&.
.PP
\fBtimestamps\fR
.RS4
Enable or disable timestamps\&. true or false
.RE
.PP
\fBalerts\fR
.RS4
Enable or disable terminal alerts on events\&. true or false
.RE
.PP
\fBnative_colors\fR
.RS4
Select between native terminal colors and toxic color theme\&. true or false
.RE
.PP
\fBautolog\fR
.RS4
Enable or disable autologging\&. true or false
.RE
.PP
\fBtime_format\fR
.RS4
Select between 24 and 12 hour time\&. Specify 24 or 12
.RE
.PP
\fBshow_typing_other\fR
.RS4
Show when others are typing in a 1\-on\-1 chat\&. true or false
.RE
.PP
\fBshow_typing_self\fR
.RS4
Show others when you\(cqre typing in a 1\-on\-1 chat\&. true or false
.RE
.PP
\fBhistory_size\fR
.RS4
Maximum lines for chat window history\&. Integer value\&. (for example: 700)
.RE
.RE
.PP
\fBaudio\fR
.RS4
Configuration related to audio devices\&.
.PP
\fBinput_device\fR
.RS4
Audio input device\&. Integer value\&. Number corresponds to
/lsdev in
.RE
.PP
\fBoutput_device\fR
.RS4
Audio output device\&. Integer value\&. Number corresponds to
/lsdev out
.RE
.PP
\fBVAD_treshold\fR
.RS4
Voice Activity Detection treshold\&. Float value\&. Recommended values are around 40\&.0