diff --git a/weechat/.weechat/exec.conf b/weechat/.weechat/exec.conf index 519ccc1..db02a5b 100644 --- a/weechat/.weechat/exec.conf +++ b/weechat/.weechat/exec.conf @@ -12,6 +12,7 @@ [command] default_options = "" purge_delay = 0 +shell = "sh" [color] flag_finished = lightred diff --git a/weechat/.weechat/irc.conf b/weechat/.weechat/irc.conf index f4a05a9..4eb33d9 100644 --- a/weechat/.weechat/irc.conf +++ b/weechat/.weechat/irc.conf @@ -345,7 +345,7 @@ sdf.local_hostname sdf.usermode sdf.command sdf.command_delay -sdf.autojoin = "#helpdesk,#anonradio,#gopher,#sdf" +sdf.autojoin = "#sdf,#gopher,#anonradio,#helpdesk" sdf.autorejoin sdf.autorejoin_delay sdf.connection_timeout diff --git a/weechat/.weechat/relay.conf b/weechat/.weechat/relay.conf index fef9667..871c8df 100644 --- a/weechat/.weechat/relay.conf +++ b/weechat/.weechat/relay.conf @@ -35,6 +35,8 @@ max_clients = 5 password = "${sec.data.relaypass}" ssl_cert_key = "%h/ssl/relay.pem" ssl_priorities = "NORMAL:-VERS-SSL3.0" +totp_secret = "" +totp_window = 0 websocket_allowed_origins = "" [irc] diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf index 8c9e4cf..dc2f271 100644 --- a/weechat/.weechat/weechat.conf +++ b/weechat/.weechat/weechat.conf @@ -210,7 +210,7 @@ command_inline = on default_template = "%(nicks)|%(irc_channels)|%(completion_script)" nick_add_space = on nick_case_sensitive = off -nick_completer = ":" +nick_completer = ": " nick_first_only = off nick_ignore_chars = "[]`_-^" partial_completion_alert = on @@ -392,6 +392,8 @@ ctrl-X = "/input switch_active_buffer" ctrl-Y = "/input clipboard_paste" meta-meta-OP = "/bar scroll buflist * b" meta-meta-OQ = "/bar scroll buflist * e" +meta-meta2-11~ = "/bar scroll buflist * b" +meta-meta2-12~ = "/bar scroll buflist * e" meta-meta2-1~ = "/window scroll_top" meta-meta2-23~ = "/bar scroll nicklist * b" meta-meta2-24~ = "/bar scroll nicklist * e" @@ -431,6 +433,10 @@ meta-Oa = "/input history_global_previous" meta-Ob = "/input history_global_next" meta-Oc = "/input move_next_word" meta-Od = "/input move_previous_word" +meta2-11^ = "/bar scroll buflist * -100%" +meta2-11~ = "/bar scroll buflist * -100%" +meta2-12^ = "/bar scroll buflist * +100%" +meta2-12~ = "/bar scroll buflist * +100%" meta2-15~ = "/buffer -1" meta2-17~ = "/buffer +1" meta2-18~ = "/window -1" @@ -441,10 +447,14 @@ meta2-1;3C = "/buffer +1" meta2-1;3D = "/buffer -1" meta2-1;3F = "/window scroll_bottom" meta2-1;3H = "/window scroll_top" +meta2-1;3P = "/bar scroll buflist * b" +meta2-1;3Q = "/bar scroll buflist * e" meta2-1;5A = "/input history_global_previous" meta2-1;5B = "/input history_global_next" meta2-1;5C = "/input move_next_word" meta2-1;5D = "/input move_previous_word" +meta2-1;5P = "/bar scroll buflist * -100%" +meta2-1;5Q = "/bar scroll buflist * +100%" meta2-1~ = "/input move_beginning_of_line" meta2-200~ = "/input paste_start" meta2-201~ = "/input paste_stop"