plugins.conf (3095B)
- #
- # 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]
- 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"
- perl.mass_hl_blocker.limit = "5"
- python.alternatetz.timeformat = "%H:%M"
- python.alternatetz.timezone = "GMT"
- python.autojoin.autosave = "off"
- python.buffer_autoclose.age_limit = "30"
- python.buffer_autoclose.ignore = ""
- python.buffer_autoclose.interval = "1"
- 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"
- [desc]
- perl.mass_hl_blocker.limit = "minimum amount of nicks in line to disable highlight (default: 5)"
- python.alternatetz.timeformat = "strftime compatible format (default: "%H:%M")"
- python.alternatetz.timezone = "list of timezones to display. The list is comprised of space separated list timezones using the Olson tz database (default: "GMT")"
- 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")"