weechat
This commit is contained in:
parent
d0c620b61c
commit
73761b7be7
20 changed files with 1759 additions and 0 deletions
183
slackware/home/weechat/.weechat/plugins.conf
Normal file
183
slackware/home/weechat/.weechat/plugins.conf
Normal file
|
|
@ -0,0 +1,183 @@
|
|||
#
|
||||
# weechat -- plugins.conf
|
||||
#
|
||||
# WARNING: It is NOT recommended to edit this file by hand,
|
||||
# especially if WeeChat is running.
|
||||
#
|
||||
# Use commands like /set or /fset to change settings in WeeChat.
|
||||
#
|
||||
# For more info, see: https://weechat.org/doc/quickstart/
|
||||
#
|
||||
|
||||
[var]
|
||||
perl.buddylist.buddy.on.server = "on"
|
||||
perl.buddylist.buddy.on.server.color = "lightgreen"
|
||||
perl.buddylist.buddylist = "%h/buddylist.txt"
|
||||
perl.buddylist.callback.timeout = "60"
|
||||
perl.buddylist.check.buddies = "20"
|
||||
perl.buddylist.color.away = "cyan"
|
||||
perl.buddylist.color.default = "default"
|
||||
perl.buddylist.color.number = "lightred"
|
||||
perl.buddylist.color.offline = "blue"
|
||||
perl.buddylist.color.online = "yellow"
|
||||
perl.buddylist.color.server = "white"
|
||||
perl.buddylist.color.server.offline = "hide"
|
||||
perl.buddylist.display.original.nick = "off"
|
||||
perl.buddylist.display.social.net = "on"
|
||||
perl.buddylist.display.social.net.color = "yellow"
|
||||
perl.buddylist.hide.bar = "on"
|
||||
perl.buddylist.hide.buddy.if.offline = "off"
|
||||
perl.buddylist.hide.server.if.buddies.offline = "off"
|
||||
perl.buddylist.hide.servername.in.buddylist = "off"
|
||||
perl.buddylist.show.query = "on"
|
||||
perl.buddylist.sort = "default"
|
||||
perl.buddylist.text.away = ""
|
||||
perl.buddylist.text.color = "white"
|
||||
perl.buddylist.text.offline = ""
|
||||
perl.buddylist.text.online = ""
|
||||
perl.buddylist.use.redirection = "on"
|
||||
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.anti_password.allowed_regex = "^(http|https|ftp|file|irc)://"
|
||||
python.anti_password.check_secured_data = "equal"
|
||||
python.anti_password.max_rejects = "3"
|
||||
python.anti_password.password_condition = "${words} == 1 && ${lower} >= 1 && ${upper} >= 1 && ${digits} >= 1 && ${special} >= 1"
|
||||
python.collapse_channel.activity = "off"
|
||||
python.collapse_channel.channel_exclude = ""
|
||||
python.collapse_channel.hotlist = "4"
|
||||
python.collapse_channel.server_exclude = ""
|
||||
python.collapse_channel.single_channel_exclude = ""
|
||||
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.short_name_server = "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.grep.timeout_secs = "300"
|
||||
python.shortenurl.bitly_add_to_history = "true"
|
||||
python.shortenurl.bitly_key = ""
|
||||
python.shortenurl.bitly_login = ""
|
||||
python.shortenurl.color = "red"
|
||||
python.shortenurl.ignore_list = "http://is.gd,http://tinyurl.com,http://bit.ly"
|
||||
python.shortenurl.short_own = "off"
|
||||
python.shortenurl.shortener = "isgd"
|
||||
python.shortenurl.urllength = "30"
|
||||
python.vimode.copy_clipboard_cmd = "xclip -selection c"
|
||||
python.vimode.imap_esc = ""
|
||||
python.vimode.imap_esc_timeout = "1000"
|
||||
python.vimode.line_number_prefix = ""
|
||||
python.vimode.line_number_suffix = " "
|
||||
python.vimode.mode_indicator_cmd_color = "white"
|
||||
python.vimode.mode_indicator_cmd_color_bg = "cyan"
|
||||
python.vimode.mode_indicator_insert_color = "white"
|
||||
python.vimode.mode_indicator_insert_color_bg = "blue"
|
||||
python.vimode.mode_indicator_normal_color = "white"
|
||||
python.vimode.mode_indicator_normal_color_bg = "gray"
|
||||
python.vimode.mode_indicator_prefix = ""
|
||||
python.vimode.mode_indicator_replace_color = "white"
|
||||
python.vimode.mode_indicator_replace_color_bg = "red"
|
||||
python.vimode.mode_indicator_search_color = "white"
|
||||
python.vimode.mode_indicator_search_color_bg = "magenta"
|
||||
python.vimode.mode_indicator_suffix = ""
|
||||
python.vimode.no_warn = "off"
|
||||
python.vimode.paste_clipboard_cmd = "xclip -selection c -o"
|
||||
python.vimode.search_vim = "off"
|
||||
python.vimode.user_mappings = ""
|
||||
python.zncplayback.servers = ""
|
||||
|
||||
[desc]
|
||||
perl.buddylist.buddy.on.server = "show buddy who is connected to a server, but not visiting the same channel(s) (default: on)"
|
||||
perl.buddylist.buddy.on.server.color = "color for online buddy but not visiting the same channel(s) (default: lightgreen)"
|
||||
perl.buddylist.buddylist = "path/file-name to store your buddies. "%h" will be replaced by WeeChat config directory"
|
||||
perl.buddylist.callback.timeout = "time in seconds to wait for answer from server. (default: 60)"
|
||||
perl.buddylist.check.buddies = "time in seconds to send a /whois request to server. Be careful not to flood server (default: 20)"
|
||||
perl.buddylist.color.away = "color for away buddies"
|
||||
perl.buddylist.color.default = "fall back color. (default: standard weechat color)"
|
||||
perl.buddylist.color.number = "color for channel number (default: lightred). If empty, channel list option is off"
|
||||
perl.buddylist.color.offline = "color for offline buddies"
|
||||
perl.buddylist.color.online = "color for online buddies"
|
||||
perl.buddylist.color.server = "color for servername"
|
||||
perl.buddylist.color.server.offline = "color for disconnected server (default: hide)"
|
||||
perl.buddylist.display.original.nick = "display original nickname even if buddy changed his /nick (you have to add new nick to buddylist (default: off)"
|
||||
perl.buddylist.display.social.net = "using bitlbee, buddies will be sorted in sublists with social-network name (eg. msn/jabber/facebook)(default: on)"
|
||||
perl.buddylist.display.social.net.color = "color for social-network name (default: yellow)"
|
||||
perl.buddylist.hide.bar = "hides buddylist bar when all servers with added buddies are offline (on = default, always = buddylist bar will be hidden (for example if you want to add item 'buddylist' to 'weechat.bar.status.items', off = buddylist bar will not be hidden))"
|
||||
perl.buddylist.hide.buddy.if.offline = "hide buddy if offline (default: off)"
|
||||
perl.buddylist.hide.server.if.buddies.offline = "hides server when all buddies are offline for this server (default: off)"
|
||||
perl.buddylist.hide.servername.in.buddylist = "hide the servername in buddylist. If "on" only nicks will be displayed in buddylist (default: off)"
|
||||
perl.buddylist.show.query = "displays a query buffer in front of the channel list"
|
||||
perl.buddylist.sort = "sort method for buddylist (default = buddylist will be sort by nickname, status = buddylist will be sort by status (online, away, offline))"
|
||||
perl.buddylist.text.away = "optional away text in buddylist (sort method has to be 'status')"
|
||||
perl.buddylist.text.color = "color for optional online/away/offline-text in buddylist (default: white)"
|
||||
perl.buddylist.text.offline = "optional offline text in buddylist (sort method has to be 'status')"
|
||||
perl.buddylist.text.online = "optional online text in buddylist (sort method has to be 'status')"
|
||||
perl.buddylist.use.redirection = "using redirection to get status of buddies (needs weechat >=0.3.4) (default: on)"
|
||||
python.anti_password.allowed_regex = "allowed regular expression (case is ignored); this is checked first: if the input matched this regular expression, it is considered safe and sent immediately to the buffer; if empty, nothing specific is allowed (default: "^(http|https|ftp|file|irc)://")"
|
||||
python.anti_password.check_secured_data = "consider that all secured data values are passwords and can not be sent to buffers, possible values: off = do not check secured data at all, equal = reject input if stripped input is equal to a secured data value, include = reject input if a secured data value is part of input (default: "equal")"
|
||||
python.anti_password.max_rejects = "max number of rejects for a given input text; if you press Enter more than N times with exactly the same input, the text is finally sent to the buffer; if set to 0, the input is never sent to the buffer when it is considered harmful (be careful, according to the other settings, this can completely block the input) (default: "3")"
|
||||
python.anti_password.password_condition = "condition evaluated to check if the input string is a password; allowed variables: ${words} = number of words, ${lower} = number of lower case letters, ${upper} = number of upper case letters, ${digits} = number of digits, ${special} = number of other chars (not letter/digits/spaces), (default: "${words} == 1 && ${lower} >= 1 && ${upper} >= 1 && ${digits} >= 1 && ${special} >= 1")"
|
||||
python.collapse_channel.activity = "show channels with activity only (see option hotlist). all exclude options will be ignored (default: "off")"
|
||||
python.collapse_channel.channel_exclude = "exclude some channel, comma separated list. This is server independent (wildcard "*" is allowed) (default: "")"
|
||||
python.collapse_channel.hotlist = "unhide buffer by activity, when buffer is added to hotlist (0=off, 1=message, 2=private message, 3=highlight, 4=all) (default: "4")"
|
||||
python.collapse_channel.server_exclude = "exclude some server, comma separated list (wildcard "*" is allowed) (default: "")"
|
||||
python.collapse_channel.single_channel_exclude = "exclude specific channels on specific server, space separated list (eg. freenode.#weechat) (default: "")"
|
||||
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.short_name_server = "prefix short names with server names for search and display (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.vimode.copy_clipboard_cmd = "command used to copy to clipboard; must read input from stdin (default: "xclip -selection c")"
|
||||
python.vimode.imap_esc = "use alternate mapping to enter Normal mode while in Insert mode; having it set to 'jk' is similar to `:imap jk <Esc>` in vim (default: "")"
|
||||
python.vimode.imap_esc_timeout = "time in ms to wait for the imap_esc sequence to complete (default: "1000")"
|
||||
python.vimode.line_number_prefix = "prefix for line numbers (default: "")"
|
||||
python.vimode.line_number_suffix = "suffix for line numbers (default: " ")"
|
||||
python.vimode.mode_indicator_cmd_color = "color for mode indicator in Command mode (default: "white")"
|
||||
python.vimode.mode_indicator_cmd_color_bg = "background color for mode indicator in Command mode (default: "cyan")"
|
||||
python.vimode.mode_indicator_insert_color = "color for mode indicator in Insert mode (default: "white")"
|
||||
python.vimode.mode_indicator_insert_color_bg = "background color for mode indicator in Insert mode (default: "blue")"
|
||||
python.vimode.mode_indicator_normal_color = "color for mode indicator in Normal mode (default: "white")"
|
||||
python.vimode.mode_indicator_normal_color_bg = "background color for mode indicator in Normal mode (default: "gray")"
|
||||
python.vimode.mode_indicator_prefix = "prefix for the bar item mode_indicator (default: "")"
|
||||
python.vimode.mode_indicator_replace_color = "color for mode indicator in Replace mode (default: "white")"
|
||||
python.vimode.mode_indicator_replace_color_bg = "background color for mode indicator in Replace mode (default: "red")"
|
||||
python.vimode.mode_indicator_search_color = "color for mode indicator in Search mode (default: "white")"
|
||||
python.vimode.mode_indicator_search_color_bg = "background color for mode indicator in Search mode (default: "magenta")"
|
||||
python.vimode.mode_indicator_suffix = "suffix for the bar item mode_indicator (default: "")"
|
||||
python.vimode.no_warn = "don't warn about problematic keybindings and tmux/screen (default: "off")"
|
||||
python.vimode.paste_clipboard_cmd = "command used to paste clipboard; must output content to stdout (default: "xclip -selection c -o")"
|
||||
python.vimode.search_vim = "allow n/N usage after searching (requires an extra <Enter> to return to normal mode) (default: "off")"
|
||||
python.vimode.user_mappings = "see the `:nmap` command in the README for more info; please do not modify this field manually unless you know what you're doing (default: "")"
|
||||
python.zncplayback.servers = "Comma-separated list of servers that playback should be fetched for (default: "")"
|
||||
Loading…
Add table
Add a link
Reference in a new issue