summaryrefslogtreecommitdiffstats
path: root/weechat/xfer.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-03 15:40:10 -0400
committerJesse Luehrs <doy@tozt.net>2018-11-03 16:07:41 -0400
commit48140185f6ea534c55469760e6cfd5d8f933be2b (patch)
treeff55d1cd49c4eaaf2fea2b4c9ebf4b7aa26f9658 /weechat/xfer.conf
parentc7bff573215a461a2ac9d6d03dc86ef0fc9d2101 (diff)
downloadconf-48140185f6ea534c55469760e6cfd5d8f933be2b.tar.gz
conf-48140185f6ea534c55469760e6cfd5d8f933be2b.zip
let's only keep weechat modifications here
this should avoid needing to update weechat config on every version bump, and also every time i decide to join a new channel
Diffstat (limited to 'weechat/xfer.conf')
-rw-r--r--weechat/xfer.conf47
1 files changed, 0 insertions, 47 deletions
diff --git a/weechat/xfer.conf b/weechat/xfer.conf
deleted file mode 100644
index fd8b814..0000000
--- a/weechat/xfer.conf
+++ /dev/null
@@ -1,47 +0,0 @@
-#
-# weechat -- xfer.conf
-#
-# WARNING: It is NOT recommended to edit this file by hand,
-# especially if WeeChat is running.
-#
-# Use /set or similar command to change settings in WeeChat.
-#
-# For more info, see: https://weechat.org/doc/quickstart
-#
-
-[look]
-auto_open_buffer = on
-progress_bar_size = 20
-pv_tags = "notify_private"
-
-[color]
-status_aborted = lightred
-status_active = lightblue
-status_connecting = yellow
-status_done = lightgreen
-status_failed = lightred
-status_waiting = lightcyan
-text = default
-text_bg = default
-text_selected = white
-
-[network]
-blocksize = 65536
-fast_send = on
-own_ip = ""
-port_range = ""
-send_ack = on
-speed_limit = 0
-timeout = 300
-
-[file]
-auto_accept_chats = off
-auto_accept_files = off
-auto_accept_nicks = ""
-auto_check_crc32 = off
-auto_rename = on
-auto_resume = on
-convert_spaces = on
-download_path = "%h/xfer"
-upload_path = "~"
-use_nick_in_filename = on