mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 17:43:01 +01:00
112 lines
1.8 KiB
Groff
112 lines
1.8 KiB
Groff
.TH TOXIC.CONF 5 "June 2014" "Toxic v__VERSION__" "User Manual"
|
|
.SH NAME
|
|
toxic.conf \- Configuration file for toxic(1)
|
|
.SH DESCRIPTION
|
|
The
|
|
.I toxic.conf
|
|
file is the main configuration file for
|
|
.BR toxic (1)
|
|
client.
|
|
.SH SYNTAX
|
|
.IB <KEY> : <VALUE> ;
|
|
.PP
|
|
Lines starting with "#" are comments and will be ignored.
|
|
.PP
|
|
Keys:
|
|
.PP
|
|
.B time
|
|
.RS
|
|
Select between 24 and 12 hour time.
|
|
.br
|
|
Values: 24, 12
|
|
.RE
|
|
.PP
|
|
.B timestamps
|
|
.RS
|
|
Enable or disable timestamps.
|
|
.br
|
|
Values: 1 to enable, 0 to disable
|
|
.RE
|
|
.PP
|
|
.B autolog
|
|
.RS
|
|
Enable or disable autologging.
|
|
.br
|
|
Values: 1 to enable, 0 to disable
|
|
.RE
|
|
.PP
|
|
.B alerts
|
|
.RS
|
|
Enable or disable terminal alerts on events.
|
|
.br
|
|
Values: 1 to enable, 0 to disable
|
|
.RE
|
|
.PP
|
|
.B history_size
|
|
.RS
|
|
Maximum lines for chat window history.
|
|
.br
|
|
Values: <INTEGER> (for example: 700)
|
|
.RE
|
|
.PP
|
|
.B colour_theme
|
|
.RS
|
|
Select between toxic colour theme and native terminal colours.
|
|
.br
|
|
Values: 0 for toxic colours, 1 for terminal colours
|
|
.RE
|
|
.PP
|
|
.B audio_in_dev
|
|
.RS
|
|
Audio input device.
|
|
.br
|
|
Values: <INTEGER> (number correspond to "/lsdev in")
|
|
.RE
|
|
.PP
|
|
.B audio_out_dev
|
|
.RS
|
|
Audio output device.
|
|
.br
|
|
Values: <INTEGER> (number correspond to "/lsdev out")
|
|
.RE
|
|
.PP
|
|
.B download_path
|
|
.RS
|
|
Default path for downloads.
|
|
.br
|
|
Values: <STRING> (absolute path where to store downloaded files)
|
|
.RE
|
|
.SH EXAMPLES
|
|
Default settings from __DATADIR__/toxic.conf.exmaple:
|
|
.PP
|
|
time:24;
|
|
.br
|
|
timestamps:1;
|
|
.br
|
|
autolog:0;
|
|
.br
|
|
alerts:1;
|
|
.br
|
|
history_size:700;
|
|
.br
|
|
colour_theme:0;
|
|
.br
|
|
audio_in_dev:0;
|
|
.br
|
|
audio_out_dev:0;
|
|
.br
|
|
download_path:/home/USERNAME/Downloads/;
|
|
.SH FILES
|
|
.IP ~/.config/tox/toxic.conf
|
|
Main configuration file.
|
|
.IP __DATADIR__/toxic.conf.example
|
|
Configuration example.
|
|
.SH AUTHORS
|
|
JFreegman <JFreegman@gmail.com>
|
|
.SH SEE ALSO
|
|
.BR toxic (1)
|
|
.SH LINKS
|
|
Project page on github: https://github.com/Tox/toxic
|
|
.br
|
|
IRC channel on Freenode: chat.freenode.net#tox
|