all repos — dotfiles @ 93d2283569a013518ff2f4fd38485c602aec4bdc

my *nix dotfiles

weechat/.weechat/xfer.conf (view raw)

 1#
 2# weechat -- xfer.conf
 3#
 4# WARNING: It is NOT recommended to edit this file by hand,
 5# especially if WeeChat is running.
 6#
 7# Use /set or similar command to change settings in WeeChat.
 8#
 9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[look]
13auto_open_buffer = on
14progress_bar_size = 20
15pv_tags = "notify_private"
16
17[color]
18status_aborted = lightred
19status_active = lightblue
20status_connecting = yellow
21status_done = lightgreen
22status_failed = lightred
23status_waiting = lightcyan
24text = default
25text_bg = default
26text_selected = white
27
28[network]
29blocksize = 65536
30fast_send = on
31own_ip = ""
32port_range = ""
33speed_limit = 0
34timeout = 300
35
36[file]
37auto_accept_chats = off
38auto_accept_files = off
39auto_accept_nicks = ""
40auto_check_crc32 = off
41auto_rename = on
42auto_resume = on
43convert_spaces = on
44download_path = "%h/xfer"
45upload_path = "~"
46use_nick_in_filename = on