]> git.r.bdr.sh - rbdr/dotfiles/blob - weechat/xfer.conf
Update yum to dnf
[rbdr/dotfiles] / weechat / xfer.conf
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]
13 auto_open_buffer = on
14 progress_bar_size = 20
15 pv_tags = "notify_private"
16
17 [color]
18 status_aborted = lightred
19 status_active = lightblue
20 status_connecting = yellow
21 status_done = lightgreen
22 status_failed = lightred
23 status_waiting = lightcyan
24 text = default
25 text_bg = default
26 text_selected = white
27
28 [network]
29 blocksize = 65536
30 fast_send = on
31 own_ip = ""
32 port_range = ""
33 send_ack = on
34 speed_limit = 0
35 timeout = 300
36
37 [file]
38 auto_accept_chats = off
39 auto_accept_files = off
40 auto_accept_nicks = ""
41 auto_check_crc32 = off
42 auto_rename = on
43 auto_resume = on
44 convert_spaces = on
45 download_path = "%h/xfer"
46 upload_path = "~"
47 use_nick_in_filename = on