]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/weechat.conf
weechat: track new options
[dotfiles.git] / weechat / weechat.conf
index 1a7be3859f244f7b5435b3325c663697f4ffd0ae..ff9cba477ccb8e3fb8caf670407828c0dac2b976 100644 (file)
@@ -4,9 +4,9 @@
 # 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.
+# Use commands like /set or /fset to change settings in WeeChat.
 #
-# For more info, see: https://weechat.org/doc/quickstart
+# For more info, see: https://weechat.org/doc/quickstart/
 #
 
 [debug]
@@ -36,6 +36,7 @@ buffer_search_regex = off
 buffer_search_where = message
 buffer_time_format = "${color:253}%H:${color:245}%M"
 buffer_time_same = ""
+chat_space_right = off
 color_basic_force_bold = off
 color_inactive_buffer = off
 color_inactive_message = on
@@ -56,6 +57,7 @@ day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --"
 eat_newline_glitch = off
 emphasized_attributes = ""
 highlight = "@channel"
+highlight_disable_regex = ""
 highlight_regex = ".*Ram-Z.*"
 highlight_tags = ""
 hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0"
@@ -72,6 +74,7 @@ hotlist_short_names = on
 hotlist_sort = group_time_asc
 hotlist_suffix = ""
 hotlist_unique_numbers = on
+hotlist_update_on_buffer_switch = on
 input_cursor_scroll = 20
 input_share = none
 input_share_overwrite = off
@@ -90,6 +93,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 = ""
@@ -120,6 +124,7 @@ quote_time_format = "%H:%M:%S"
 read_marker = line
 read_marker_always_show = off
 read_marker_string = "─"
+read_marker_update_on_buffer_switch = on
 save_config_on_exit = on
 save_config_with_fsync = off
 save_layout_on_exit = none
@@ -233,19 +238,27 @@ max_visited_buffers = 50
 
 [network]
 connection_timeout = 60
-gnutls_ca_file = "/etc/ssl/certs/ca-certificates.crt"
+gnutls_ca_system = on
+gnutls_ca_user = ""
 gnutls_handshake_timeout = 30
 proxy_curl = ""
 
 [plugin]
 autoload = "*"
-debug = off
 extension = ".so,.dll"
 path = "%h/plugins"
 save_config_on_unload = on
 
+[signal]
+sighup = "${if:${info:weechat_headless}?/reload:/quit -yes}"
+sigquit = "/quit -yes"
+sigterm = "/quit -yes"
+sigusr1 = ""
+sigusr2 = ""
+
 [bar]
 activetitle.color_bg = 31
+activetitle.color_bg_inactive = default
 activetitle.color_delim = default
 activetitle.color_fg = *white
 activetitle.conditions = "${active}"
@@ -260,6 +273,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"
@@ -274,6 +288,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"
@@ -288,6 +303,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"
@@ -302,6 +318,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 = ""
@@ -316,6 +333,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}"
@@ -330,6 +348,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"
@@ -344,6 +363,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"
@@ -358,6 +378,8 @@ title.size = 1
 title.size_max = 1
 title.type = window
 
+[custom_bar_item]
+
 [layout]
 normal.buffer = "core;weechat;1"
 normal.buffer = "irc;server.freenode;1"
@@ -406,6 +428,8 @@ four_rooms.current = on
 irc.freenode.#chakra = message
 irc.freenode.#chakra-devel = message
 irc.freenode.#livlug = message
+perl.highmon = none
+python = message
 
 [filter]
 irc_smart = on;*;irc_smart_filter;*
@@ -477,6 +501,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"