about summary refs log tree commit diff
path: root/weechat/.weechat/weechat.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-06-07 15:02:18 -0400
committerBen Harris <ben@tilde.team>2019-06-07 15:02:18 -0400
commit39a52a270b8beb3d984ceb40bbd4a51628aa08aa (patch)
tree5f7032eb4bcc2ae587f25ace0dfea80273d883c4 /weechat/.weechat/weechat.conf
parent08a6fa8739440966a06f18b4f060c1abcb05f045 (diff)
weechat 2.5
Diffstat (limited to 'weechat/.weechat/weechat.conf')
-rw-r--r--weechat/.weechat/weechat.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf
index 36f747d..01c8cda 100644
--- a/weechat/.weechat/weechat.conf
+++ b/weechat/.weechat/weechat.conf
@@ -35,6 +35,7 @@ buffer_search_force_default = off
 buffer_search_regex = off
 buffer_search_where = prefix_message
 buffer_time_format = "${color:250}%H${color:lightcyan}:${color:245}%M${color:lightcyan}:${color:240}%S"
+buffer_time_same = ""
 color_basic_force_bold = off
 color_inactive_buffer = on
 color_inactive_message = on
@@ -111,6 +112,7 @@ prefix_join = "-->"
 prefix_network = "--"
 prefix_quit = "<--"
 prefix_same_nick = "⤷"
+prefix_same_nick_middle = ""
 prefix_suffix = "│"
 quote_nick_prefix = "<"
 quote_nick_suffix = ">"
@@ -158,7 +160,7 @@ chat_nick_offline_highlight = default
 chat_nick_offline_highlight_bg = blue
 chat_nick_other = cyan
 chat_nick_prefix = green
-chat_nick_self = blue
+chat_nick_self = *blue
 chat_nick_suffix = green
 chat_prefix_action = white
 chat_prefix_buffer = brown
@@ -320,7 +322,7 @@ rootstatus.conditions = ""
 rootstatus.filling_left_right = vertical
 rootstatus.filling_top_bottom = horizontal
 rootstatus.hidden = off
-rootstatus.items = "[time],[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,[lag],[hotlist],(mouse_status),completion,scroll"
+rootstatus.items = "[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,[lag],spell_suggest,[hotlist],(mouse_status),completion,scroll"
 rootstatus.position = bottom
 rootstatus.priority = 25
 rootstatus.separator = off
@@ -354,7 +356,7 @@ default.current = on
 irc.bitlbee = highlight
 
 [filter]
-irc_smart = on;irc.freenode.#git;irc_smart_filter;*
+irc_smart = on;*;irc_smart_filter;*
 
 [key]
 ctrl-? = "/input delete_previous_char"
@@ -591,7 +593,7 @@ meta-m = "/mute mouse toggle"
 meta-n = "/window scroll_next_highlight"
 meta-p = "/window scroll_previous_highlight"
 meta-r = "/input delete_line"
-meta-s = "/mute aspell toggle"
+meta-s = "/mute spell toggle"
 meta-u = "/window scroll_unread"
 meta-wmeta-meta2-A = "/window up"
 meta-wmeta-meta2-B = "/window down"