Mercurial > dotfiles
annotate weechat/xfer.conf @ 297:9056a39ef016
Move `pentadactylrc` to a subfolder, update install scripts.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 21 Apr 2015 16:30:18 -0700 |
parents | f3ea51b9b4d1 |
children | 27447ad19df6 |
rev | line source |
---|---|
237 | 1 # |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
2 # xfer.conf -- weechat v1.1 |
237 | 3 # |
4 | |
5 [look] | |
6 auto_open_buffer = on | |
7 progress_bar_size = 20 | |
8 pv_tags = "notify_private" | |
9 | |
10 [color] | |
11 status_aborted = lightred | |
12 status_active = lightblue | |
13 status_connecting = yellow | |
14 status_done = lightgreen | |
15 status_failed = lightred | |
16 status_waiting = lightcyan | |
17 text = default | |
18 text_bg = default | |
19 text_selected = white | |
20 | |
21 [network] | |
22 blocksize = 65536 | |
23 fast_send = on | |
24 own_ip = "" | |
25 port_range = "" | |
26 speed_limit = 0 | |
27 timeout = 300 | |
28 | |
29 [file] | |
30 auto_accept_chats = off | |
31 auto_accept_files = off | |
32 auto_accept_nicks = "" | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
33 auto_check_crc32 = off |
237 | 34 auto_rename = on |
35 auto_resume = on | |
36 convert_spaces = on | |
37 download_path = "%h/xfer" | |
38 upload_path = "~" | |
39 use_nick_in_filename = on |