From ae4bb459bcb00b5818286f56cfdcd320296e7b57 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 3 Mar 2018 23:57:05 -0500 Subject: weechat config updates --- weechat/weechat.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'weechat') diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 911330c..4685f67 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -119,6 +119,7 @@ read_marker = line read_marker_always_show = off read_marker_string = "-" save_config_on_exit = on +save_config_with_fsync = off save_layout_on_exit = none scroll_amount = 3 scroll_bottom_after_switch = off @@ -269,6 +270,20 @@ chanmon.separator = on chanmon.size = 0 chanmon.size_max = 0 chanmon.type = window +fset.color_bg = default +fset.color_delim = cyan +fset.color_fg = default +fset.conditions = "${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 input.color_bg = default input.color_delim = cyan input.color_fg = default @@ -652,6 +667,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(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}" @chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}" @chat(script.scripts):wheeldown = "/script down 5" -- cgit v1.2.3-54-g00ecf