aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/plugins.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-06-18 00:54:44 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-18 00:55:17 +0200
commit6e78201d6b9da1c5a151ac748c5889a9ebc1da4a (patch)
tree146df161dcaa870637ffbe28af8728b0972b6a91 /weechat/plugins.conf
parentf437b522ec47e91e271598a8dba3b2ab160fe8f7 (diff)
downloaddotfiles-6e78201d6b9da1c5a151ac748c5889a9ebc1da4a.tar.xz
weechat: add custom notify plugin support for highligthted window support
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'weechat/plugins.conf')
-rw-r--r--weechat/plugins.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/weechat/plugins.conf b/weechat/plugins.conf
index b122c14..ec55de3 100644
--- a/weechat/plugins.conf
+++ b/weechat/plugins.conf
@@ -206,6 +206,14 @@ python.listbuffer.modes_min_width = "8"
python.listbuffer.sort_inverted = "on"
python.listbuffer.sort_order = "users"
python.listbuffer.users_min_width = "8"
+python.notify.icon = "/usr/share/pixmaps/weechat.xpm"
+python.notify.ignore_nicks_startwith = "*"
+python.notify.nick_separator = ": "
+python.notify.notify_when_away = "off"
+python.notify.show_hilights = "on"
+python.notify.show_priv_msg = "on"
+python.notify.smart_notification = "off"
+python.notify.urgency = "normal"
python.title.short_name = "on"
python.title.title_priority = "2"
python.whois_on_query.command = "/whois $nick $nick"