2014-04-07 10:42:10 +02:00
|
|
|
# 24 or 12 hour time
|
|
|
|
time:24;
|
|
|
|
|
|
|
|
# 1 to enable autologging, 0 to disable
|
|
|
|
autolog:0;
|
|
|
|
|
2014-04-12 03:47:09 +02:00
|
|
|
# 1 to disbale terminal alerts on messages, 0 to enable
|
|
|
|
disable_alerts:0;
|
|
|
|
|
2014-05-26 01:54:34 +02:00
|
|
|
# maximum lines for chat window history
|
|
|
|
history_size:700;
|
|
|
|
|
2014-04-07 10:42:10 +02:00
|
|
|
# 1 to use native terminal colours, 0 to use toxic default colour theme
|
|
|
|
colour_theme:0;
|
2014-04-08 23:20:21 +02:00
|
|
|
|
|
|
|
# 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;
|
2014-06-03 08:06:37 +02:00
|
|
|
|
|
|
|
# preferred path for downloads
|
|
|
|
download_path:/home/USERNAME/Downloads/;
|