]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/buflist.conf
zsh: export AUR_PAGER
[dotfiles.git] / weechat / buflist.conf
index beebd4fb7a81a82da60f00c27cc36c27ddda10bb..d44ac2377485aa61daed9e264f50b2cb964aca6c 100644 (file)
@@ -10,6 +10,8 @@
 #
 
 [look]
+add_newline = on
+auto_scroll = 50
 display_conditions = "${buffer.hidden}==0"
 enabled = on
 mouse_jump_visited_buffer = off
@@ -19,6 +21,7 @@ nick_prefix = off
 nick_prefix_empty = on
 signals_refresh = ""
 sort = "number,-active"
+use_items = 1
 
 [format]
 buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${cut:14,+,${name}}"
@@ -32,5 +35,6 @@ hotlist_private = "${color:green}"
 hotlist_separator = "${color:default},"
 indent = "  "
 lag = " ${color:green}[${color:brown}${lag}${color:green}]"
+name = "${name}"
 nick_prefix = "${color_nick_prefix}${nick_prefix}"
 number = "${color:green}${number}${if:${number_displayed}?.: }"