diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-05-06 18:26:34 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-05-06 18:26:34 +0200 |
| commit | 7e653aad3d1f946534da6008626938d742ed8038 (patch) | |
| tree | 4b9c1d984bad68ecc57c9e0982641079690b05c5 /config | |
| parent | 6dd179e85a0834420de3fea9ae409b8fab7c7f36 (diff) | |
Update weechat plugins
Diffstat (limited to 'config')
| -rw-r--r-- | config/weechat/plugins.conf | 11 | ||||
| -rw-r--r-- | config/weechat/weechat.conf | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/config/weechat/plugins.conf b/config/weechat/plugins.conf index 2d48fce..3538f57 100644 --- a/config/weechat/plugins.conf +++ b/config/weechat/plugins.conf @@ -10,6 +10,17 @@ # [var] +perl.highmon.alignment = "channel" +perl.highmon.away_only = "off" +perl.highmon.color_buf = "on" +perl.highmon.first_run = "true" +perl.highmon.hotlist_show = "off" +perl.highmon.logging = "off" +perl.highmon.merge_private = "off" +perl.highmon.nick_prefix = "<" +perl.highmon.nick_suffix = ">" +perl.highmon.output = "buffer" +perl.highmon.short_names = "off" python.go.auto_jump = "off" python.go.buffer_number = "on" python.go.color_name = "black,cyan" diff --git a/config/weechat/weechat.conf b/config/weechat/weechat.conf index 556a9bb..540629a 100644 --- a/config/weechat/weechat.conf +++ b/config/weechat/weechat.conf @@ -368,8 +368,10 @@ title.type = window [buffer] [notify] +perl.highmon = none [filter] +irc_smart = on;*;irc_smart_filter;* [key] backspace = "/input delete_previous_char" |