From 48140185f6ea534c55469760e6cfd5d8f933be2b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 3 Nov 2018 15:40:10 -0400 Subject: let's only keep weechat modifications here this should avoid needing to update weechat config on every version bump, and also every time i decide to join a new channel --- weechat/buflist.conf | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 weechat/buflist.conf (limited to 'weechat/buflist.conf') diff --git a/weechat/buflist.conf b/weechat/buflist.conf deleted file mode 100644 index d285f89..0000000 --- a/weechat/buflist.conf +++ /dev/null @@ -1,39 +0,0 @@ -# -# weechat -- buflist.conf -# -# WARNING: It is NOT recommended to edit this file by hand, -# especially if WeeChat is running. -# -# Use /set or similar command to change settings in WeeChat. -# -# For more info, see: https://weechat.org/doc/quickstart -# - -[look] -add_newline = on -auto_scroll = 50 -display_conditions = "${buffer.hidden}==0" -enabled = on -mouse_jump_visited_buffer = off -mouse_move_buffer = on -mouse_wheel = on -nick_prefix = off -nick_prefix_empty = on -signals_refresh = "" -sort = "number,-active" - -[format] -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}" -hotlist_low = "${color:white}" -hotlist_message = "${color:brown}" -hotlist_none = "${color:default}" -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}?.: }" -- cgit v1.2.3-54-g00ecf