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