From 1b1bdcb0456105e7811d95aef9d5e99ab86bb181 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 7 Aug 2018 10:19:57 +0000 Subject: [PATCH] weechat: remove nick modes from prompt and adjust width I whish there were some padding function for proper formatting. --- weechat/irc.conf.in | 2 +- weechat/weechat.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/weechat/irc.conf.in b/weechat/irc.conf.in index 45fde65..61a4553 100644 --- a/weechat/irc.conf.in +++ b/weechat/irc.conf.in @@ -36,7 +36,7 @@ highlight_server = "$nick" highlight_tags_restrict = "irc_privmsg,irc_notice" item_channel_modes_hide_args = "k" item_display_server = buffer_plugin -item_nick_modes = on +item_nick_modes = off item_nick_prefix = on join_auto_add_chantype = off msgbuffer_fallback = current diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 673155a..3ef52b7 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -292,7 +292,7 @@ input.conditions = "${window.buffer.full_name} != perl.highmon" input.filling_left_right = vertical input.filling_top_bottom = horizontal input.hidden = off -input.items = "time, input_prompt │,[input_search],[input_paste],scroll,input_text" +input.items = "time, input_prompt │,[input_search],[input_paste],scroll,input_text" input.position = bottom input.priority = 10 input.separator = off -- 2.48.1