X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8b1839d7b0f3dcf8d5217da82d6eae0c94659826..11dfd2df42d78191680b128414c68301d966a4f4:/weechat/weechat.conf diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 4a9ab30..3570d4c 100644 --- a/weechat/weechat.conf +++ b/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 # @@ -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] activetitle.color_bg = 31 activetitle.color_bg_inactive = default @@ -305,8 +313,8 @@ input.items = "time, input_prompt │,[input_search],[input_paste],scroll,in input.position = bottom input.priority = 10 input.separator = off -input.size = 1 -input.size_max = 2 +input.size = 0 +input.size_max = 0 input.type = window isetbar.color_bg = default isetbar.color_bg_inactive = default