about summary refs log tree commit diff
path: root/weechat/.weechat/weechat.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-07-26 14:36:05 -0400
committerBen Harris <ben@tilde.team>2021-07-26 14:36:05 -0400
commit7ed566b1c987e6fe94a23617b82919a9a79e6376 (patch)
treea9427fa59b209f14a5720fa1266532ddfd5dce96 /weechat/.weechat/weechat.conf
parentc32a2c632209f26959a810ebd6fa961b643bb8a8 (diff)
update weechat stuff
Diffstat (limited to 'weechat/.weechat/weechat.conf')
-rw-r--r--weechat/.weechat/weechat.conf24
1 files changed, 18 insertions, 6 deletions
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf
index ad2914c..4da5416 100644
--- a/weechat/.weechat/weechat.conf
+++ b/weechat/.weechat/weechat.conf
@@ -4,7 +4,7 @@
 # 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
 #
@@ -62,7 +62,7 @@ hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0"
 hotlist_buffer_separator = ", "
 hotlist_count_max = 2
 hotlist_count_min_msg = 2
-hotlist_names_count = 3
+hotlist_names_count = 10
 hotlist_names_length = 0
 hotlist_names_level = 12
 hotlist_names_merged_buffers = off
@@ -236,7 +236,8 @@ 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 = ""
 
@@ -247,6 +248,13 @@ 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]
 buflist.color_bg = default
 buflist.color_bg_inactive = default
@@ -261,7 +269,7 @@ buflist.position = left
 buflist.priority = 100
 buflist.separator = on
 buflist.size = 0
-buflist.size_max = 18
+buflist.size_max = 20
 buflist.type = root
 fset.color_bg = default
 fset.color_bg_inactive = default
@@ -316,7 +324,7 @@ rootinput.conditions = ""
 rootinput.filling_left_right = vertical
 rootinput.filling_top_bottom = horizontal
 rootinput.hidden = off
-rootinput.items = "[input_prompt]+(away),[input_search],[input_paste],scroll,input_text"
+rootinput.items = "[input_prompt]+(away),[input_search],[input_paste],[lag],scroll,input_text"
 rootinput.position = bottom
 rootinput.priority = 50
 rootinput.separator = off
@@ -331,7 +339,7 @@ rootstatus.conditions = ""
 rootstatus.filling_left_right = vertical
 rootstatus.filling_top_bottom = horizontal
 rootstatus.hidden = off
-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"
+rootstatus.items = "[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,spell_suggest,[hotlist],(mouse_status),completion"
 rootstatus.position = bottom
 rootstatus.priority = 25
 rootstatus.separator = off
@@ -363,10 +371,12 @@ default.window = "3;1;0;0;core;weechat"
 default.current = on
 
 [notify]
+irc.server.pisslocal = none
 irc.server.tilde = highlight
 perl.highmon = none
 python.listbuffer = none
 python.slack.haulerads.#device-dev = highlight
+python.snote-conn = highlight
 
 [filter]
 irc_smart = on;*;irc_smart_filter;*
@@ -433,6 +443,7 @@ meta-< = "/input jump_previously_visited_buffer"
 meta-= = "/filter toggle"
 meta-> = "/input jump_next_visited_buffer"
 meta-B = "/buflist toggle"
+meta-J = "/buffer server.libera"
 meta-OA = "/input history_global_previous"
 meta-OB = "/input history_global_next"
 meta-OC = "/input move_next_word"
@@ -501,6 +512,7 @@ meta-d = "/input delete_next_word"
 meta-f = "/input move_next_word"
 meta-g = "/go"
 meta-h = "/input hotlist_clear"
+meta-j = "/buffer server.tilde"
 meta-jmeta-f = "/buffer -"
 meta-jmeta-l = "/buffer +"
 meta-jmeta-r = "/server raw"