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

Add help target and toxic.conf manpage

This commit is contained in:
Ansa89
2014-06-28 18:04:10 +02:00
parent 134e5873a9
commit 828b7fb505
6 changed files with 164 additions and 8 deletions

23
misc/toxic.conf.example Normal file
View File

@ -0,0 +1,23 @@
# 24 or 12 hour time
time:24;
# 1 to enable autologging, 0 to disable
autolog:0;
# 1 to disbale terminal alerts on messages, 0 to enable
disable_alerts:0;
# maximum lines for chat window history
history_size:700;
# 1 to use native terminal colours, 0 to use toxic default colour theme
colour_theme:0;
# preferred audio input device; numbers correspond to /lsdev in
audio_in_dev:0;
# preferred audio output device; numbers correspond to /lsdev out
audio_out_dev:0;
# preferred path for downloads
download_path:/home/USERNAME/Downloads/;