diff options
Diffstat (limited to 'weechat/.weechat/buflist.conf')
| -rw-r--r-- | weechat/.weechat/buflist.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/weechat/.weechat/buflist.conf b/weechat/.weechat/buflist.conf new file mode 100644 index 0000000..d285f89 --- /dev/null +++ b/weechat/.weechat/buflist.conf | |||
| @@ -0,0 +1,39 @@ | |||
| 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] | ||
| 13 | add_newline = on | ||
| 14 | auto_scroll = 50 | ||
| 15 | display_conditions = "${buffer.hidden}==0" | ||
| 16 | enabled = on | ||
| 17 | mouse_jump_visited_buffer = off | ||
| 18 | mouse_move_buffer = on | ||
| 19 | mouse_wheel = on | ||
| 20 | nick_prefix = off | ||
| 21 | nick_prefix_empty = on | ||
| 22 | signals_refresh = "" | ||
| 23 | sort = "number,-active" | ||
| 24 | |||
| 25 | [format] | ||
| 26 | buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}" | ||
| 27 | buffer_current = "${color:,blue}${format_buffer}" | ||
| 28 | hotlist = " ${color:green}(${hotlist}${color:green})" | ||
| 29 | hotlist_highlight = "${color:magenta}" | ||
| 30 | hotlist_low = "${color:white}" | ||
| 31 | hotlist_message = "${color:brown}" | ||
| 32 | hotlist_none = "${color:default}" | ||
| 33 | hotlist_private = "${color:green}" | ||
| 34 | hotlist_separator = "${color:default}," | ||
| 35 | indent = " " | ||
| 36 | lag = " ${color:green}[${color:brown}${lag}${color:green}]" | ||
| 37 | name = "${name}" | ||
| 38 | nick_prefix = "${color_nick_prefix}${nick_prefix}" | ||
| 39 | number = "${color:green}${number}${if:${number_displayed}?.: }" | ||
