From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- .weechat/tox.conf | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .weechat/tox.conf (limited to '.weechat/tox.conf') diff --git a/.weechat/tox.conf b/.weechat/tox.conf new file mode 100644 index 0000000..440b06b --- /dev/null +++ b/.weechat/tox.conf @@ -0,0 +1,31 @@ +# +# weechat -- tox.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 +# + +[profile] + +[profile_default] +autojoin = off +autojoin_delay = 5000 +autoload = off +downloading_path = "%h/tfer/%p/" +ipv6 = on +logging = off +max_friend_requests = 100 +passphrase +proxy_address +proxy_port +proxy_type = none +save_file = "%h/tox/%p" +udp = on + +[look] +friend_request_message = "Hi! Please add me on Tox!" +short_id_size = 8 -- cgit v1.2.3