]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/weechat.conf
vim: use internal patience diff algorithm
[dotfiles.git] / weechat / weechat.conf
index 8864280ec74f6a74a3dce644cec6318f8248179f..b4ca4ad3b636d585439611d16954fbbdd61832f3 100644 (file)
@@ -35,6 +35,7 @@ buffer_search_force_default = off
 buffer_search_regex = off
 buffer_search_where = message
 buffer_time_format = "${color:253}%H:${color:245}%M"
+buffer_time_same = ""
 color_basic_force_bold = off
 color_inactive_buffer = off
 color_inactive_message = on
@@ -89,6 +90,7 @@ mouse = on
 mouse_timer_delay = 100
 nick_color_force = ""
 nick_color_hash = djb2
+nick_color_hash_salt = ""
 nick_color_stop_chars = "_|["
 nick_prefix = ""
 nick_suffix = ""
@@ -111,6 +113,7 @@ prefix_join = "▬▬▶"
 prefix_network = "--"
 prefix_quit = "◀▬▬"
 prefix_same_nick = ""
+prefix_same_nick_middle = ""
 prefix_suffix = "│"
 quote_nick_prefix = "<"
 quote_nick_suffix = ">"
@@ -244,6 +247,7 @@ save_config_on_unload = on
 
 [bar]
 activetitle.color_bg = 31
+activetitle.color_bg_inactive = default
 activetitle.color_delim = default
 activetitle.color_fg = *white
 activetitle.conditions = "${active}"
@@ -258,6 +262,7 @@ activetitle.size = 1
 activetitle.size_max = 0
 activetitle.type = window
 buflist.color_bg = default
+buflist.color_bg_inactive = default
 buflist.color_delim = default
 buflist.color_fg = default
 buflist.conditions = "${window.buffer.full_name} == perl.highmon"
@@ -272,6 +277,7 @@ buflist.size = 0
 buflist.size_max = 0
 buflist.type = window
 fset.color_bg = default
+fset.color_bg_inactive = default
 fset.color_delim = cyan
 fset.color_fg = default
 fset.conditions = "${buffer.full_name} == fset.fset"
@@ -286,6 +292,7 @@ fset.size = 3
 fset.size_max = 3
 fset.type = window
 input.color_bg = default
+input.color_bg_inactive = default
 input.color_delim = cyan
 input.color_fg = default
 input.conditions = "${window.buffer.full_name} != perl.highmon"
@@ -300,6 +307,7 @@ input.size = 1
 input.size_max = 2
 input.type = window
 isetbar.color_bg = default
+isetbar.color_bg_inactive = default
 isetbar.color_delim = cyan
 isetbar.color_fg = default
 isetbar.conditions = ""
@@ -314,6 +322,7 @@ isetbar.size = 3
 isetbar.size_max = 3
 isetbar.type = window
 nicklist.color_bg = default
+nicklist.color_bg_inactive = default
 nicklist.color_delim = cyan
 nicklist.color_fg = 31
 nicklist.conditions = "${nicklist}"
@@ -328,6 +337,7 @@ nicklist.size = 15
 nicklist.size_max = 15
 nicklist.type = window
 status.color_bg = default
+status.color_bg_inactive = default
 status.color_delim = default
 status.color_fg = 31
 status.conditions = "${window.buffer.full_name} != perl.highmon"
@@ -342,6 +352,7 @@ status.size = 1
 status.size_max = 0
 status.type = root
 title.color_bg = black
+title.color_bg_inactive = default
 title.color_delim = cyan
 title.color_fg = 31
 title.conditions = "${inactive} && ${window.buffer.full_name} != perl.highmon"
@@ -404,6 +415,7 @@ four_rooms.current = on
 irc.freenode.#chakra = message
 irc.freenode.#chakra-devel = message
 irc.freenode.#livlug = message
+perl.highmon = none
 
 [filter]
 irc_smart = on;*;irc_smart_filter;*
@@ -475,6 +487,7 @@ meta-< = "/input jump_previously_visited_buffer"
 meta-= = "/filter toggle"
 meta-> = "/input jump_next_visited_buffer"
 meta-@ = "/buffer *2"
+meta-B = "/buflist toggle"
 meta-OA = "/input history_global_previous"
 meta-OB = "/input history_global_next"
 meta-OC = "/input move_next_word"