summaryrefslogtreecommitdiffstats
path: root/.weechat/weechat.conf
diff options
context:
space:
mode:
Diffstat (limited to '.weechat/weechat.conf')
-rwxr-xr-x.weechat/weechat.conf28
1 files changed, 24 insertions, 4 deletions
diff --git a/.weechat/weechat.conf b/.weechat/weechat.conf
index 53e2776..e79493e 100755
--- a/.weechat/weechat.conf
+++ b/.weechat/weechat.conf
@@ -6,7 +6,7 @@
#
# Use commands like /set or /fset to change settings in WeeChat.
#
-# For more info, see: https://weechat.org/doc/quickstart
+# For more info, see: https://weechat.org/doc/quickstart/
#
[debug]
@@ -212,7 +212,7 @@ status_time = default
[completion]
base_word_until_cursor = on
command_inline = on
-default_template = "%(nicks)|%(irc_channels)"
+default_template = "%(nicks)|%(irc_channels)|%(usergroups)"
nick_add_space = on
nick_case_sensitive = off
nick_completer = ": "
@@ -243,7 +243,6 @@ proxy_curl = ""
[plugin]
autoload = "*"
-debug = off
extension = ".so,.dll"
path = "%h/plugins"
save_config_on_unload = on
@@ -324,7 +323,7 @@ status.conditions = ""
status.filling_left_right = vertical
status.filling_top_bottom = horizontal
status.hidden = off
-status.items = "[time],[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,scroll,[lag],[hotlist],[matrix_typing_notice],completion"
+status.items = "[time],[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,scroll,[lag],[hotlist],[matrix_typing_notice],[slack_typing_notice],completion,cmd_completion"
status.position = bottom
status.priority = 500
status.separator = off
@@ -362,9 +361,24 @@ vi_line_numbers.size = 0
vi_line_numbers.size_max = 0
vi_line_numbers.type = window
+[custom_bar_item]
+
[layout]
[notify]
+python.slack.scaleway.#briq = highlight
+python.slack.scaleway.#datacenter = highlight
+python.slack.scaleway.#fivefoot5x5urban = highlight
+python.slack.scaleway.#foodporn = highlight
+python.slack.scaleway.#it-internal-services = highlight
+python.slack.scaleway.#production-incidents = highlight
+python.slack.scaleway.#production-ops = highlight
+python.slack.scaleway.#protobuf = highlight
+python.slack.scaleway.#social-media = highlight
+python.slack.scaleway.#sport-paris = highlight
+python.slack.scaleway.#squad-managed-databases = highlight
+python.slack.scaleway.#squad-redis = highlight
+python.slack.scaleway.#squad-website = highlight
[filter]
topic = on;*;irc_topic;*
@@ -653,6 +667,11 @@ meta2-A = "/cursor move up"
meta2-B = "/cursor move down"
meta2-C = "/cursor move right"
meta2-D = "/cursor move left"
+@chat(python.*):D = "hsignal:slack_cursor_delete"
+@chat(python.*):L = "hsignal:slack_cursor_linkarchive"
+@chat(python.*):M = "hsignal:slack_cursor_message"
+@chat(python.*):R = "hsignal:slack_cursor_reply"
+@chat(python.*):T = "hsignal:slack_cursor_thread"
@chat(python.matrix.*):r = "hsignal:matrix_cursor_reply"
@item(buffer_nicklist):K = "/window ${_window_number};/kickban ${nick}"
@item(buffer_nicklist):b = "/window ${_window_number};/ban ${nick}"
@@ -675,6 +694,7 @@ meta2-D = "/cursor move left"
@chat(fset.fset):button2* = "hsignal:fset_mouse"
@chat(fset.fset):wheeldown = "/fset -down 5"
@chat(fset.fset):wheelup = "/fset -up 5"
+@chat(python.*):button2 = "hsignal:slack_mouse"
@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"
remember that computers suck.