aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/plugins.conf
diff options
context:
space:
mode:
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"