aboutsummaryrefslogtreecommitdiffstats
path: root/weechat
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-09-16 11:13:13 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-09-16 11:13:13 +0200
commit8c59a8587de55c84b89d7fd2c61f4ab0621aaaa3 (patch)
treedda8e7b4ebd82e473a6ab88273e3e90372be6662 /weechat
parent16707098c71a096e630bf344f8ff0067a7c01666 (diff)
downloaddotfiles-8c59a8587de55c84b89d7fd2c61f4ab0621aaaa3.tar.xz
weechat: Add new config options
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'weechat')
-rw-r--r--weechat/weechat.conf20
1 files changed, 19 insertions, 1 deletions
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"