summaryrefslogtreecommitdiffstats
path: root/weechat
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-03-03 23:57:05 -0500
committerJesse Luehrs <doy@tozt.net>2018-03-03 23:57:19 -0500
commitae4bb459bcb00b5818286f56cfdcd320296e7b57 (patch)
treea59ec3650bf8d9f9f53448f429766d4bedb759d2 /weechat
parent46df3de0a23d2875a4aa7b08f16e4ae59578d395 (diff)
downloadconf-ae4bb459bcb00b5818286f56cfdcd320296e7b57.tar.gz
conf-ae4bb459bcb00b5818286f56cfdcd320296e7b57.zip
weechat config updates
Diffstat (limited to 'weechat')
-rw-r--r--weechat/weechat.conf19
1 files changed, 19 insertions, 0 deletions
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"