mirror of https://tildegit.org/ben/dotfiles
95 lines
4.5 KiB
Plaintext
95 lines
4.5 KiB
Plaintext
#
|
|
# weechat -- plugins.conf
|
|
#
|
|
# WARNING: It is NOT recommended to edit this file by hand,
|
|
# especially if WeeChat is running.
|
|
#
|
|
# Use /set or similar command to change settings in WeeChat.
|
|
#
|
|
# For more info, see: https://weechat.org/doc/quickstart
|
|
#
|
|
|
|
[var]
|
|
fifo.fifo = "on"
|
|
guile.check_license = "off"
|
|
lua.check_license = "off"
|
|
perl.check_license = "off"
|
|
perl.highmon.alignment = "channel"
|
|
perl.highmon.away_only = "off"
|
|
perl.highmon.color_buf = "on"
|
|
perl.highmon.first_run = "true"
|
|
perl.highmon.hotlist_show = "off"
|
|
perl.highmon.logging = "off"
|
|
perl.highmon.merge_private = "off"
|
|
perl.highmon.nick_prefix = "<"
|
|
perl.highmon.nick_suffix = ">"
|
|
perl.highmon.output = "buffer"
|
|
perl.highmon.short_names = "off"
|
|
python.apply_corrections.check_every = "5"
|
|
python.apply_corrections.data_timeout = "60"
|
|
python.apply_corrections.message_limit = "2"
|
|
python.apply_corrections.print_format = "[nick]: [corrected]"
|
|
python.apply_corrections.print_limit = "1"
|
|
python.autojoin.autosave = "off"
|
|
python.check_license = "off"
|
|
python.go.auto_jump = "off"
|
|
python.go.buffer_number = "on"
|
|
python.go.color_name = "black,cyan"
|
|
python.go.color_name_highlight = "red,cyan"
|
|
python.go.color_name_highlight_selected = "red,brown"
|
|
python.go.color_name_selected = "black,brown"
|
|
python.go.color_number = "yellow,magenta"
|
|
python.go.color_number_selected = "yellow,red"
|
|
python.go.fuzzy_search = "off"
|
|
python.go.message = "Go to: "
|
|
python.go.short_name = "off"
|
|
python.go.sort = "number,beginning"
|
|
python.go.use_core_instead_weechat = "off"
|
|
python.grep.clear_buffer = "off"
|
|
python.grep.default_tail_head = "10"
|
|
python.grep.go_to_buffer = "on"
|
|
python.grep.log_filter = ""
|
|
python.grep.max_lines = "4000"
|
|
python.grep.show_summary = "on"
|
|
python.grep.size_limit = "2048"
|
|
python.screen_away.away_suffix = ""
|
|
python.screen_away.command_on_attach = ""
|
|
python.screen_away.command_on_detach = ""
|
|
python.screen_away.ignore = ""
|
|
python.screen_away.ignore_relays = "off"
|
|
python.screen_away.interval = "5"
|
|
python.screen_away.message = "Detached from screen"
|
|
python.screen_away.set_away = "on"
|
|
python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z"
|
|
ruby.check_license = "off"
|
|
tcl.check_license = "off"
|
|
|
|
[desc]
|
|
python.apply_corrections.check_every = "Interval between each check for expired messages."
|
|
python.apply_corrections.data_timeout = "Time before a message is expired."
|
|
python.apply_corrections.message_limit = "Number of messages to store per nick."
|
|
python.apply_corrections.print_format = "Format string for the printed corrections."
|
|
python.apply_corrections.print_limit = "Maximum number of lines to correct."
|
|
python.go.auto_jump = "automatically jump to buffer when it is uniquely selected (default: "off")"
|
|
python.go.buffer_number = "display buffer number (default: "on")"
|
|
python.go.color_name = "color for buffer name (not selected) (default: "black,cyan")"
|
|
python.go.color_name_highlight = "color for highlight in buffer name (not selected) (default: "red,cyan")"
|
|
python.go.color_name_highlight_selected = "color for highlight in a selected buffer name (default: "red,brown")"
|
|
python.go.color_name_selected = "color for a selected buffer name (default: "black,brown")"
|
|
python.go.color_number = "color for buffer number (not selected) (default: "yellow,magenta")"
|
|
python.go.color_number_selected = "color for selected buffer number (default: "yellow,red")"
|
|
python.go.fuzzy_search = "search buffer matches using approximation (default: "off")"
|
|
python.go.message = "message to display before list of buffers (default: "Go to: ")"
|
|
python.go.short_name = "display and search in short names instead of buffer name (default: "off")"
|
|
python.go.sort = "comma-separated list of keys to sort buffers (the order is important, sorts are performed in the given order): name = sort by name (or short name), (default: "number,beginning")"
|
|
python.go.use_core_instead_weechat = "use name "core" instead of "weechat" for core buffer (default: "off")"
|
|
python.screen_away.away_suffix = "What to append to your nick when you're away."
|
|
python.screen_away.command_on_attach = "Commands to execute on attach, separated by semicolon"
|
|
python.screen_away.command_on_detach = "Commands to execute on detach, separated by semicolon"
|
|
python.screen_away.ignore = "Comma-separated list of servers to ignore."
|
|
python.screen_away.ignore_relays = "Only check screen status and ignore relay interfaces"
|
|
python.screen_away.interval = "How often in seconds to check screen status"
|
|
python.screen_away.message = "Away message"
|
|
python.screen_away.set_away = "Set user as away."
|
|
python.screen_away.time_format = "time format append to away message"
|