aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/xfer.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-20 00:25:26 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-20 00:25:26 +0100
commita607150a08e8a98b3cb4c89d9e64d3d2fde5312a (patch)
tree72f033d1e248b5468b957050aba1054723049483 /weechat/xfer.conf
parent74e8a36baea88432c8abd879b1e22c13926a8390 (diff)
downloaddotfiles-a607150a08e8a98b3cb4c89d9e64d3d2fde5312a.tar.xz
weechat: import all changes
Diffstat (limited to 'weechat/xfer.conf')
-rw-r--r--weechat/xfer.conf26
1 files changed, 13 insertions, 13 deletions
diff --git a/weechat/xfer.conf b/weechat/xfer.conf
index 2bfc881..583f62a 100644
--- a/weechat/xfer.conf
+++ b/weechat/xfer.conf
@@ -2,6 +2,11 @@
# xfer.conf -- weechat v1.1-dev
#
+[look]
+auto_open_buffer = on
+progress_bar_size = 20
+pv_tags = "notify_private"
+
[color]
status_aborted = lightred
status_active = lightblue
@@ -13,6 +18,14 @@ text = default
text_bg = default
text_selected = white
+[network]
+blocksize = 65536
+fast_send = on
+own_ip = ""
+port_range = ""
+speed_limit = 0
+timeout = 300
+
[file]
auto_accept_chats = off
auto_accept_files = off
@@ -24,16 +37,3 @@ convert_spaces = on
download_path = "%h/xfer"
upload_path = "~"
use_nick_in_filename = on
-
-[look]
-auto_open_buffer = on
-progress_bar_size = 20
-pv_tags = "notify_private"
-
-[network]
-blocksize = 65536
-fast_send = on
-own_ip = ""
-port_range = ""
-speed_limit = 0
-timeout = 300