]> git.rmz.io Git - dotfiles.git/blob - weechat/plugins.conf
weechat: update scripts and settings
[dotfiles.git] / weechat / plugins.conf
1 #
2 # weechat -- plugins.conf
3 #
4
5 [var]
6 fifo.fifo = "on"
7 guile.check_license = "off"
8 lua.check_license = "off"
9 perl.beep.beep_command_dcc = "$bell"
10 perl.beep.beep_command_highlight = "$bell"
11 perl.beep.beep_command_pv = "$bell"
12 perl.beep.beep_command_timeout = "30000"
13 perl.beep.beep_dcc = "on"
14 perl.beep.beep_highlight = "on"
15 perl.beep.beep_highlight_blacklist = "off"
16 perl.beep.beep_highlight_whitelist = "off"
17 perl.beep.beep_pv = "on"
18 perl.beep.beep_pv_blacklist = "off"
19 perl.beep.beep_pv_whitelist = "off"
20 perl.beep.beep_trigger_highlight = ""
21 perl.beep.beep_trigger_pv = ""
22 perl.beep.bell_always = ""
23 perl.beep.blacklist_nicks = ""
24 perl.beep.whitelist_channels = ""
25 perl.beep.whitelist_nicks = ""
26 perl.check_license = "off"
27 perl.highmon.alignment = "nchannel"
28 perl.highmon.away_only = "off"
29 perl.highmon.bar_lines = "250"
30 perl.highmon.bar_scrolldown = "on"
31 perl.highmon.color_buf = "on"
32 perl.highmon.first_run = "true"
33 perl.highmon.hotlist_show = "off"
34 perl.highmon.logging = "off"
35 perl.highmon.merge_private = "off"
36 perl.highmon.nick_prefix = "<"
37 perl.highmon.nick_suffix = ">"
38 perl.highmon.output = "buffer"
39 perl.highmon.short_names = "on"
40 python.check_license = "off"
41 python.grep.clear_buffer = "off"
42 python.grep.default_tail_head = "10"
43 python.grep.go_to_buffer = "on"
44 python.grep.log_filter = ""
45 python.grep.max_lines = "4000"
46 python.grep.show_summary = "on"
47 python.grep.size_limit = "2048"
48 python.screen_away.away_suffix = ""
49 python.screen_away.command_on_attach = ""
50 python.screen_away.command_on_detach = ""
51 python.screen_away.ignore = ""
52 python.screen_away.ignore_relays = "off"
53 python.screen_away.interval = "5"
54 python.screen_away.message = "Detached from tmux"
55 python.screen_away.set_away = "on"
56 python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z"
57 python.slack_extension.colorize_messages = "0"
58 python.slack_extension.colorize_nicks = "1"
59 python.slack_extension.colorize_private_chats = "0"
60 python.slack_extension.debug_mode = ""
61 python.slack_extension.distracting_channels = ""
62 python.slack_extension.server_alias.uh-sensationeditor = "se"
63 python.slack_extension.server_alias.ultrahaptics = "uh"
64 python.slack_extension.show_reaction_nicks = "0"
65 python.slack_extension.slack_api_token = "${sec.data.slack_uh},${sec.data.slack_se}"
66 python.slack_extension.switch_buffer_on_join = "1"
67 python.slack_extension.trigger_value = "0"
68 python.slack_extension.unfurl_ignore_alt_text = "0"
69 ruby.check_license = "off"
70 tcl.check_license = "off"
71
72 [desc]
73 perl.beep.beep_command_dcc = "command for beep on dcc, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
74 perl.beep.beep_command_highlight = "command for beep on highlight, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
75 perl.beep.beep_command_pv = "command for beep on private message, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
76 perl.beep.beep_command_timeout = "timeout for command run (in milliseconds, 0 = never kill (not recommended)) (default: "30000")"
77 perl.beep.beep_dcc = "beep on dcc (default: "on")"
78 perl.beep.beep_highlight = "beep on highlight (default: "on")"
79 perl.beep.beep_highlight_blacklist = "turn blacklist for highlights on or off (default: "off")"
80 perl.beep.beep_highlight_whitelist = "turn whitelist for highlights on or off (default: "off")"
81 perl.beep.beep_pv = "beep on private message (default: "on")"
82 perl.beep.beep_pv_blacklist = "turn blacklist for private messages on or off (default: "off")"
83 perl.beep.beep_pv_whitelist = "turn whitelist for private messages on or off (default: "off")"
84 perl.beep.beep_trigger_highlight = "word that will trigger execution of beep_command_highlight (if empty, anything will trigger) (default: "")"
85 perl.beep.beep_trigger_pv = "word that will trigger execution of beep_command_pv (it empty, anything will trigger) (default: "")"
86 perl.beep.bell_always = "use $bell on private messages and/or highlights regardless of trigger and whitelist settings (example: "pv,highlight") (default: "")"
87 perl.beep.blacklist_nicks = "comma-separated list of "server.nick": if not empty, these nicks will not be able to trigger execution of commands. Cannot be used in conjuction with whitelist (example: "freenode.nick1,freenode.nick2") (default: "")"
88 perl.beep.whitelist_channels = "comma-separated list of "server.#channel": if not empty, only these channels will trigger execution of commands (example: "freenode.#weechat,freenode.#channel2") (default: "")"
89 perl.beep.whitelist_nicks = "comma-separated list of "server.nick": if not empty, only these nicks will trigger execution of commands (example: "freenode.nick1,freenode.nick2") (default: "")"
90 python.screen_away.away_suffix = "What to append to your nick when you're away."
91 python.screen_away.command_on_attach = "Commands to execute on attach, separated by semicolon"
92 python.screen_away.command_on_detach = "Commands to execute on detach, separated by semicolon"
93 python.screen_away.ignore = "Comma-separated list of servers to ignore."
94 python.screen_away.ignore_relays = "Only check screen status and ignore relay interfaces"
95 python.screen_away.interval = "How often in seconds to check screen status"
96 python.screen_away.message = "Away message"
97 python.screen_away.set_away = "Set user as away."
98 python.screen_away.time_format = "time format append to away message"