about summary refs log tree commit diff
path: root/weechat/.weechat/buflist.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-03-23 16:04:45 -0400
committerBen Harris <ben@tilde.team>2021-03-23 16:04:45 -0400
commit56d94a03046920332155031ac0b871f8df37c30c (patch)
treecefe7456ec71ec7bda1edfe959e0acf379aa07f9 /weechat/.weechat/buflist.conf
parent2c926f4be61aea62356c6fa49285ae63024ce173 (diff)
update autojoins and add new 3.1 options
Diffstat (limited to 'weechat/.weechat/buflist.conf')
-rw-r--r--weechat/.weechat/buflist.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/weechat/.weechat/buflist.conf b/weechat/.weechat/buflist.conf
index d8e5e22..24fdba5 100644
--- a/weechat/.weechat/buflist.conf
+++ b/weechat/.weechat/buflist.conf
@@ -21,6 +21,7 @@ nick_prefix = off
 nick_prefix_empty = on
 signals_refresh = ""
 sort = "number"
+use_items = 1
 
 [format]
 buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${if:(${buffer.full_name} =~ ^irc)?${if:(${irc_server.away_time} > 0)?${color:yellow}>}${if:(${irc_channel.part} == 1)?${color:red}_}${if:(${irc_server.is_connected} == 0)?${color:*magenta}*}}${if:${type}==private?↪}${name}"