]> git.r.bdr.sh - rbdr/dotfiles/blame - weechat/buflist.conf
Update yum to dnf
[rbdr/dotfiles] / weechat / buflist.conf
CommitLineData
483da16c
BB
1#
2# weechat -- buflist.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[look]
13add_newline = on
14auto_scroll = 50
15display_conditions = "${buffer.hidden}==0"
16enabled = on
17mouse_jump_visited_buffer = off
18mouse_move_buffer = on
19mouse_wheel = on
20nick_prefix = off
21nick_prefix_empty = on
22signals_refresh = ""
23sort = "number,-active"
24
25[format]
26buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"
27buffer_current = "${color:,blue}${format_buffer}"
28hotlist = " ${color:green}(${hotlist}${color:green})"
29hotlist_highlight = "${color:magenta}"
30hotlist_low = "${color:white}"
31hotlist_message = "${color:brown}"
32hotlist_none = "${color:default}"
33hotlist_private = "${color:green}"
34hotlist_separator = "${color:default},"
35indent = " "
36lag = " ${color:green}[${color:brown}${lag}${color:green}]"
37name = "${name}"
38nick_prefix = "${color_nick_prefix}${nick_prefix}"
39number = "${color:green}${number}${if:${number_displayed}?.: }"