all repos — dotfiles @ acb274b72b3f3486ceb785eee83c3284704a90cf

my *nix dotfiles

weechat/.weechat/plugins.conf (view raw)

 1#
 2# weechat -- plugins.conf
 3#
 4# WARNING: It is NOT recommended to edit this file by hand,
 5# especially if WeeChat is running.
 6#
 7# Use /set or similar command to change settings in WeeChat.
 8#
 9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[var]
13guile.check_license = "off"
14lua.check_license = "off"
15perl.check_license = "off"
16python.check_license = "off"
17python.notify_send.ellipsis = "[..]"
18python.notify_send.escape_html = "on"
19python.notify_send.icon = "/usr/share/icons/hicolor/32x32/apps/weechat.png"
20python.notify_send.ignore_buffers = ""
21python.notify_send.ignore_buffers_starting_with = ""
22python.notify_send.ignore_messages_tagged_with = "irc_join,irc_quit,irc_part,irc_status,irc_nick_back,irc_401,irc_402"
23python.notify_send.ignore_nicks = ""
24python.notify_send.ignore_nicks_starting_with = ""
25python.notify_send.max_length = "72"
26python.notify_send.min_notification_delay = "500"
27python.notify_send.nick_separator = ": "
28python.notify_send.notify_for_current_buffer = "on"
29python.notify_send.notify_on_all_messages_in_buffers = ""
30python.notify_send.notify_on_filtered_messages = "off"
31python.notify_send.notify_on_highlights = "on"
32python.notify_send.notify_on_privmsgs = "on"
33python.notify_send.notify_when_away = "on"
34python.notify_send.timeout = "5000"
35python.notify_send.transient = "on"
36python.notify_send.urgency = "normal"
37ruby.check_license = "off"
38tcl.check_license = "off"
39
40[desc]
41python.notify_send.ellipsis = "Ellipsis to be used for notifications that are too long. Default: [..]."
42python.notify_send.escape_html = "Escapes the '<', '>', and '&' characters in notification messages. Default: on."
43python.notify_send.icon = "Path to an icon to be shown in notifications. Default: /usr/share/icons/hicolor/32x32/apps/weechat.png."
44python.notify_send.ignore_buffers = "A comma-separated list of buffers from which no notifications should be shown. Default: ""."
45python.notify_send.ignore_buffers_starting_with = "A comma-separated list of buffer prefixes from which no notifications should be shown. Default: ""."
46python.notify_send.ignore_messages_tagged_with = "A comma-separated list of message tags for which no notifications should be shown. Default: irc_join,irc_quit,irc_part,irc_status,irc_nick_back,irc_401,irc_402."
47python.notify_send.ignore_nicks = "A comma-separated list of nicks from which no notifications should be shown. Default: ""."
48python.notify_send.ignore_nicks_starting_with = "A comma-separated list of nick prefixes from which no notifications should be shown. Default: ""."
49python.notify_send.max_length = "Maximal length of a notification (0 means no limit). Default: 72."
50python.notify_send.min_notification_delay = "A minimal delay between successive notifications from the same buffer (in milliseconds; set to 0 to show all notifications). Default: 500."
51python.notify_send.nick_separator = "A separator between a nick and a message. Default: : ."
52python.notify_send.notify_for_current_buffer = "Send also notifications for the currently active buffer. Default: on."
53python.notify_send.notify_on_all_messages_in_buffers = "A comma-separated list of buffers for which you want to receive notifications on all messages that appear in them. Default: ""."
54python.notify_send.notify_on_filtered_messages = "Send notifications also on filtered (hidden) messages. Default: off."
55python.notify_send.notify_on_highlights = "Send notifications on highlights. Default: on."
56python.notify_send.notify_on_privmsgs = "Send notifications on private messages. Default: on."
57python.notify_send.notify_when_away = "Send also notifications when away. Default: on."
58python.notify_send.timeout = "Time after which the notification disappears (in milliseconds; set to 0 to disable). Default: 5000."
59python.notify_send.transient = "When a notification expires or is dismissed, remove it from the notification bar. Default: on."
60python.notify_send.urgency = "Urgency (low, normal, critical). Default: normal."