From 8c59a8587de55c84b89d7fd2c61f4ab0621aaaa3 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 16 Sep 2017 11:13:13 +0200 Subject: weechat: Add new config options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- weechat/weechat.conf | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'weechat/weechat.conf') diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 632f18a..1cf08b8 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -269,6 +269,20 @@ chanop_bar.separator = off chanop_bar.size = 0 chanop_bar.size_max = 1 chanop_bar.type = window +fset.color_bg = default +fset.color_delim = cyan +fset.color_fg = default +fset.conditions = "${fset.look.show_help_bar} && ${buffer.full_name} == fset.fset" +fset.filling_left_right = vertical +fset.filling_top_bottom = horizontal +fset.hidden = off +fset.items = "fset" +fset.position = top +fset.priority = 0 +fset.separator = on +fset.size = 3 +fset.size_max = 3 +fset.type = window highmon.color_bg = default highmon.color_delim = cyan highmon.color_fg = default @@ -303,7 +317,7 @@ isetbar.color_fg = default isetbar.conditions = "" isetbar.filling_left_right = vertical isetbar.filling_top_bottom = horizontal -isetbar.hidden = off +isetbar.hidden = on isetbar.items = "isetbar_help" isetbar.position = top isetbar.priority = 0 @@ -714,6 +728,10 @@ meta2-D = "/cursor move left" @bar(nicklist):button1-gesture-down-long = "/bar scroll nicklist ${_window_number} e" @bar(nicklist):button1-gesture-up = "/bar scroll nicklist ${_window_number} -100%" @bar(nicklist):button1-gesture-up-long = "/bar scroll nicklist ${_window_number} b" +@chat(fset.fset):button1 = "/window ${_window_number};/fset -go ${_chat_line_y}" +@chat(fset.fset):button2* = "hsignal:fset_mouse" +@chat(fset.fset):wheeldown = "/fset -down 5" +@chat(fset.fset):wheelup = "/fset -up 5" @chat(perl.iset):button1 = "hsignal:iset_mouse" @chat(perl.iset):button2* = "hsignal:iset_mouse" @chat(perl.iset):wheeldown = "/repeat 5 /iset **down" -- cgit v1.2.3-54-g00ecf