diff options
Diffstat (limited to 'weechat/.weechat/xfer.conf')
| -rw-r--r-- | weechat/.weechat/xfer.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/weechat/.weechat/xfer.conf b/weechat/.weechat/xfer.conf new file mode 100644 index 0000000..43d1444 --- /dev/null +++ b/weechat/.weechat/xfer.conf | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | # | ||
| 2 | # xfer.conf -- weechat v1.1.1 | ||
| 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_check_crc32 = off | ||
| 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 | ||
