From e85a8bb14b4976402b6f88c340a0c6968a9c2579 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 16 Apr 2018 02:24:18 -0400 Subject: weechat config updates --- weechat/guile.conf | 14 ++++++++++++++ weechat/irc.conf | 6 ++++++ weechat/logger.conf | 2 ++ weechat/perl.conf | 14 ++++++++++++++ weechat/python.conf | 14 ++++++++++++++ weechat/weechat.conf | 3 ++- 6 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 weechat/guile.conf create mode 100644 weechat/perl.conf create mode 100644 weechat/python.conf (limited to 'weechat') diff --git a/weechat/guile.conf b/weechat/guile.conf new file mode 100644 index 0000000..07a4910 --- /dev/null +++ b/weechat/guile.conf @@ -0,0 +1,14 @@ +# +# weechat -- guile.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] +check_license = off +eval_keep_context = on diff --git a/weechat/irc.conf b/weechat/irc.conf index 29c6873..dc530dc 100644 --- a/weechat/irc.conf +++ b/weechat/irc.conf @@ -139,6 +139,7 @@ sasl_mechanism = plain sasl_password = "" sasl_timeout = 15 sasl_username = "" +split_msg_max_length = 512 ssl = off ssl_cert = "" ssl_dhkey_size = 2048 @@ -189,6 +190,7 @@ mozilla.msg_kick mozilla.msg_part mozilla.msg_quit mozilla.notify +mozilla.split_msg_max_length freenode.addresses = "tozt.net/6668" freenode.proxy freenode.ipv6 @@ -229,6 +231,7 @@ freenode.msg_kick freenode.msg_part freenode.msg_quit freenode.notify +freenode.split_msg_max_length bitlbee.addresses = "tozt.net/6668" bitlbee.proxy bitlbee.ipv6 @@ -269,6 +272,7 @@ bitlbee.msg_kick bitlbee.msg_part bitlbee.msg_quit bitlbee.notify +bitlbee.split_msg_max_length twice.addresses = "tozt.net/6668" twice.proxy twice.ipv6 @@ -309,6 +313,7 @@ twice.msg_kick twice.msg_part twice.msg_quit twice.notify +twice.split_msg_max_length hackerscool.addresses = "tozt.net/6668" hackerscool.proxy hackerscool.ipv6 @@ -349,3 +354,4 @@ hackerscool.msg_kick hackerscool.msg_part hackerscool.msg_quit hackerscool.notify +hackerscool.split_msg_max_length diff --git a/weechat/logger.conf b/weechat/logger.conf index 69fe02c..c44d29e 100644 --- a/weechat/logger.conf +++ b/weechat/logger.conf @@ -11,6 +11,7 @@ [look] backlog = 20 +backlog_conditions = "" [color] backlog_end = darkgray @@ -19,6 +20,7 @@ backlog_line = darkgray [file] auto_log = on flush_delay = 120 +fsync = off info_lines = off mask = "$server/$channel-%Y-%m.log" name_lower_case = on diff --git a/weechat/perl.conf b/weechat/perl.conf new file mode 100644 index 0000000..31924b9 --- /dev/null +++ b/weechat/perl.conf @@ -0,0 +1,14 @@ +# +# weechat -- perl.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] +check_license = off +eval_keep_context = on diff --git a/weechat/python.conf b/weechat/python.conf new file mode 100644 index 0000000..187b778 --- /dev/null +++ b/weechat/python.conf @@ -0,0 +1,14 @@ +# +# weechat -- python.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] +check_license = off +eval_keep_context = on diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 4685f67..d8f5584 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -218,6 +218,7 @@ partial_completion_command = off partial_completion_command_arg = off partial_completion_count = on partial_completion_other = off +partial_completion_templates = "config_options" [history] display_default = 5 @@ -248,7 +249,7 @@ buffers.color_fg = default buffers.conditions = "" buffers.filling_left_right = vertical buffers.filling_top_bottom = horizontal -buffers.hidden = off +buffers.hidden = on buffers.items = "buffers" buffers.position = left buffers.priority = 0 -- cgit v1.2.3-54-g00ecf