237
|
1 #
|
|
2 # xfer.conf -- weechat v0.4.2
|
|
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 = ""
|
|
33 auto_rename = on
|
|
34 auto_resume = on
|
|
35 convert_spaces = on
|
|
36 download_path = "%h/xfer"
|
|
37 upload_path = "~"
|
|
38 use_nick_in_filename = on
|