diff options
-rw-r--r-- | .weechat/exec.conf | 1 | ||||
-rw-r--r-- | .weechat/relay.conf | 2 | ||||
-rw-r--r-- | .weechat/weechat.conf | 10 |
3 files changed, 13 insertions, 0 deletions
diff --git a/.weechat/exec.conf b/.weechat/exec.conf index 519ccc1..db02a5b 100644 --- a/.weechat/exec.conf +++ b/.weechat/exec.conf @@ -12,6 +12,7 @@ [command] default_options = "" purge_delay = 0 +shell = "sh" [color] flag_finished = lightred diff --git a/.weechat/relay.conf b/.weechat/relay.conf index 565dd14..ef5619a 100644 --- a/.weechat/relay.conf +++ b/.weechat/relay.conf @@ -35,6 +35,8 @@ max_clients = 5 password = "" 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.conf b/.weechat/weechat.conf index fdb9e6f..ce5802e 100644 --- a/.weechat/weechat.conf +++ b/.weechat/weechat.conf @@ -366,6 +366,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" @@ -405,6 +407,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" @@ -415,10 +421,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" |