diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-22 16:04:03 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-22 16:04:03 -0700 |
commit | faecd1248c5868f3f0bf945220833d177ba64569 (patch) | |
tree | 48efe90fc68c934bbc3200f046c1a8fa1f058bfa /home/xyz/.config/weechat/irc.conf | |
parent | 3ed667d5a10ea7b34b483222c90ae96ec295a0df (diff) |
update
Diffstat (limited to 'home/xyz/.config/weechat/irc.conf')
-rw-r--r-- | home/xyz/.config/weechat/irc.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/home/xyz/.config/weechat/irc.conf b/home/xyz/.config/weechat/irc.conf index 94780bc5..c150d4ee 100644 --- a/home/xyz/.config/weechat/irc.conf +++ b/home/xyz/.config/weechat/irc.conf @@ -9,7 +9,7 @@ # For more info, see: https://weechat.org/doc/weechat/quickstart/ # -config_version = 2 +config_version = 3 [look] buffer_open_before_autojoin = on @@ -46,8 +46,12 @@ item_display_server = buffer_plugin item_nick_modes = on item_nick_prefix = on join_auto_add_chantype = off +list_buffer_scroll_horizontal = 10 +list_buffer_sort = "~name2" +list_buffer_topic_strip_colors = on msgbuffer_fallback = current new_channel_position = none +new_list_position = none new_pv_position = none nick_completion_smart = speakers nick_mode = prefix @@ -88,6 +92,8 @@ item_nick_modes = default item_tls_version_deprecated = yellow item_tls_version_insecure = red item_tls_version_ok = green +list_buffer_line_selected = white +list_buffer_line_selected_bg = 24 message_account = cyan message_chghost = brown message_join = green |