summaryrefslogtreecommitdiffstats
path: root/.weechat/buflist.conf
diff options
context:
space:
mode:
Diffstat (limited to '.weechat/buflist.conf')
-rwxr-xr-x.weechat/buflist.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/.weechat/buflist.conf b/.weechat/buflist.conf
index 99bd851..b56726d 100755
--- a/.weechat/buflist.conf
+++ b/.weechat/buflist.conf
@@ -6,25 +6,25 @@
#
# Use commands like /set or /fset to change settings in WeeChat.
#
-# For more info, see: https://weechat.org/doc/quickstart
+# For more info, see: https://weechat.org/doc/quickstart/
#
[look]
add_newline = on
auto_scroll = 50
-display_conditions = "${buffer.hidden}==0"
+display_conditions = "${bar_item.name} == buflist && (${buffer.hidden} == || ${plugins.var.buflist.look.show_hidden_buffers} !=) && (${type} !~ ^(channel|private)$ || ${type} =~ ^(channel|private)$ && ${buffer[${if:${plugin}==irc?${info:irc_buffer,${irc_server.name}}:${info:slack_matrix_server_search,${buffer}}}].local_variables.fold}==) || ${bar_item.name} == buflist2 && ${buffer.local_variables.control_buffer} != || ${bar_item.name} == buflist3 && ${buffer.local_variables.control_buffer2} !="
enabled = on
mouse_jump_visited_buffer = off
mouse_move_buffer = on
mouse_wheel = on
nick_prefix = off
nick_prefix_empty = on
-signals_refresh = ""
+signals_refresh = "irc_server_connected,relay_client_connected,relay_client_disconnected"
sort = "number,-active"
-use_items = 1
+use_items = 3
[format]
-buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${name}${buffer.nick}"
+buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"
buffer_current = "${color:,blue}${format_buffer}"
hotlist = " ${color:green}(${hotlist}${color:green})"
hotlist_highlight = "${color:magenta}"
remember that computers suck.