Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

161 lines
10 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  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. [var]
  12. perl.atcomplete.enabled = "on"
  13. perl.awaylog.command = ""
  14. perl.awaylog.name_color = "default"
  15. perl.awaylog.notify = "off"
  16. perl.awaylog.on_away_only = "off"
  17. perl.awaylog.plugin_color = "default"
  18. perl.highmon.alignment = "channel"
  19. perl.highmon.away_only = "off"
  20. perl.highmon.color_buf = "on"
  21. perl.highmon.first_run = "true"
  22. perl.highmon.hotlist_show = "off"
  23. perl.highmon.logging = "off"
  24. perl.highmon.merge_private = "off"
  25. perl.highmon.nick_prefix = "<"
  26. perl.highmon.nick_suffix = ">"
  27. perl.highmon.output = "buffer"
  28. perl.highmon.short_names = "off"
  29. perl.multiline.char = "↩"
  30. perl.multiline.hide_magic_nl = "on"
  31. perl.multiline.ipl = "on"
  32. perl.multiline.lead_linebreak = "on"
  33. perl.multiline.magic = "‼"
  34. perl.multiline.magic_enter_time = "1000"
  35. perl.multiline.magic_paste_only = "off"
  36. perl.multiline.modify_keys = "on"
  37. perl.multiline.paste_lock = "1"
  38. perl.multiline.send_empty = "on"
  39. perl.multiline.tab = "──▶▏"
  40. perl.multiline.weechat_paste_fix = "on"
  41. perl.notify_send.command = "notify-send $type: $name &>/dev/null"
  42. perl.notify_send.ignore_nicks = ""
  43. perl.notify_send.wait_highlight = "60"
  44. perl.notify_send.wait_pm = "180"
  45. python.anotify.icon = "/usr/share/pixmaps/weechat.xpm"
  46. python.anotify.show_channel_topic = "on"
  47. python.anotify.show_dcc = "on"
  48. python.anotify.show_highlighted_message = "on"
  49. python.anotify.show_invite_message = "on"
  50. python.anotify.show_notice_message = "off"
  51. python.anotify.show_private_action_message = "on"
  52. python.anotify.show_private_message = "on"
  53. python.anotify.show_public_action_message = "off"
  54. python.anotify.show_public_message = "off"
  55. python.anotify.show_server = "on"
  56. python.anotify.show_upgrade_ended = "on"
  57. python.anotify.sticky = "off"
  58. python.anotify.sticky_away = "on"
  59. python.chanotify.filters = "*:*"
  60. python.chanotify.status = "on"
  61. python.go.auto_jump = "off"
  62. python.go.buffer_number = "on"
  63. python.go.color_name = "black,cyan"
  64. python.go.color_name_highlight = "red,cyan"
  65. python.go.color_name_highlight_selected = "red,brown"
  66. python.go.color_name_selected = "black,brown"
  67. python.go.color_number = "yellow,magenta"
  68. python.go.color_number_selected = "yellow,red"
  69. python.go.fuzzy_search = "off"
  70. python.go.message = "Go to: "
  71. python.go.short_name = "off"
  72. python.go.sort = "number,beginning"
  73. python.go.use_core_instead_weechat = "off"
  74. python.styurl.buffer_type = "formatted"
  75. python.styurl.format = "${color:*_32}"
  76. python.styurl.ignored_buffers = "core.weechat,python.grep"
  77. python.styurl.ignored_tags = "irc_quit,irc_join"
  78. python.styurl.regex = "((?:https?|ftp)://[^\s/$.?#].\S*)"
  79. python.vimode.copy_clipboard_cmd = "xclip -selection c"
  80. python.vimode.imap_esc = ""
  81. python.vimode.imap_esc_timeout = "1000"
  82. python.vimode.line_number_prefix = ""
  83. python.vimode.line_number_suffix = ": "
  84. python.vimode.mode_indicator_cmd_color = "13"
  85. python.vimode.mode_indicator_cmd_color_bg = "default"
  86. python.vimode.mode_indicator_cmd_color_fg = "13"
  87. python.vimode.mode_indicator_insert_color = "2"
  88. python.vimode.mode_indicator_insert_color_bg = "default"
  89. python.vimode.mode_indicator_insert_color_fg = "2"
  90. python.vimode.mode_indicator_normal_color = "4"
  91. python.vimode.mode_indicator_normal_color_bg = "default"
  92. python.vimode.mode_indicator_normal_color_fg = "19"
  93. python.vimode.mode_indicator_prefix = "--"
  94. python.vimode.mode_indicator_replace_color = "white"
  95. python.vimode.mode_indicator_replace_color_bg = "red"
  96. python.vimode.mode_indicator_search_color = "1"
  97. python.vimode.mode_indicator_search_color_bg = "default"
  98. python.vimode.mode_indicator_suffix = "--"
  99. python.vimode.no_warn = "off"
  100. python.vimode.paste_clipboard_cmd = "xclip -selection c -o"
  101. python.vimode.search_vim = "on"
  102. python.vimode.user_mappings = ""
  103. [desc]
  104. perl.atcomplete.enabled = "enable completion of nicks starting with @ (default: "on")"
  105. perl.multiline.char = "character(s) which should be displayed to indicate end of line"
  106. perl.multiline.hide_magic_nl = "whether the new line inserted by magic enter key will be hidden"
  107. perl.multiline.ipl = "this setting controls override of ctrl-M (enter key) by script. Turn it off if you don't want multiline.pl to set and re-set the key binding."
  108. perl.multiline.lead_linebreak = "if turned on, multi-line messages always start on a new line"
  109. perl.multiline.magic = "indicator displayed when message will be sent soon"
  110. perl.multiline.magic_enter_time = "delay after pressing enter before sending automatically (in ms), or 0 to disable"
  111. perl.multiline.magic_paste_only = "only use multi-line messages for multi-line pastes (multi-line on enter is disabled by this)"
  112. perl.multiline.modify_keys = "if turned on, cursor keys are modified so that they respect line boundaries instead of treating the whole multi-line message as a single line"
  113. perl.multiline.paste_lock = "time-out to detect pastes (disable the weechat built-in paste detection if you want to use this)"
  114. perl.multiline.send_empty = "set to on to automatically disregard enter key on empty line"
  115. perl.multiline.tab = "character(s) which should be displayed instead of Tab key character"
  116. perl.multiline.weechat_paste_fix = "disable ctrl-J binding when paste is detected to stop silly weechat sending out pastes without allowing to edit them"
  117. perl.notify_send.command = "systemcommand to be executed ($type, $name, and $messagewill be interpreted as values) (default: "notify-send $type: $name &>/dev/null")"
  118. perl.notify_send.ignore_nicks = "comma-separated list of nicks to ignore (default: "")"
  119. perl.notify_send.wait_highlight = "necessary time delay between highlights(seconds) for command to be executed (default: "60")"
  120. perl.notify_send.wait_pm = "necessary time delay between private messages(seconds) for command to be executed (default: "180")"
  121. python.go.auto_jump = "automatically jump to buffer when it is uniquely selected (default: "off")"
  122. python.go.buffer_number = "display buffer number (default: "on")"
  123. python.go.color_name = "color for buffer name (not selected) (default: "black,cyan")"
  124. python.go.color_name_highlight = "color for highlight in buffer name (not selected) (default: "red,cyan")"
  125. python.go.color_name_highlight_selected = "color for highlight in a selected buffer name (default: "red,brown")"
  126. python.go.color_name_selected = "color for a selected buffer name (default: "black,brown")"
  127. python.go.color_number = "color for buffer number (not selected) (default: "yellow,magenta")"
  128. python.go.color_number_selected = "color for selected buffer number (default: "yellow,red")"
  129. python.go.fuzzy_search = "search buffer matches using approximation (default: "off")"
  130. python.go.message = "message to display before list of buffers (default: "Go to: ")"
  131. python.go.short_name = "display and search in short names instead of buffer name (default: "off")"
  132. 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")"
  133. python.go.use_core_instead_weechat = "use name "core" instead of "weechat" for core buffer (default: "off")"
  134. python.styurl.buffer_type = "the type of buffers to run on (options are "formatted", "free", or "*" for both) (default: "formatted")"
  135. python.styurl.format = "the style that should be applied to the URL(evaluated, see /help eval) (default: "${color:*_32}")"
  136. python.styurl.ignored_buffers = "comma-separated list of buffers to ignore URLs in (full name like "irc.freenode.#alacritty") (default: "core.weechat,python.grep")"
  137. python.styurl.ignored_tags = "comma-separated list of tags to ignore URLs from (default: "irc_quit,irc_join")"
  138. python.styurl.regex = "the URL-parsing regex using Python syntax (make sure capturing group 1 is the full URL) (default: "((?:https?|ftp)://[^\s/$.?#].\S*)")"
  139. python.vimode.copy_clipboard_cmd = "command used to copy to clipboard; must read input from stdin (default: "xclip -selection c")"
  140. 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: "")"
  141. python.vimode.imap_esc_timeout = "time in ms to wait for the imap_esc sequence to complete (default: "1000")"
  142. python.vimode.line_number_prefix = "prefix for line numbers (default: "")"
  143. python.vimode.line_number_suffix = "suffix for line numbers (default: " ")"
  144. python.vimode.mode_indicator_cmd_color = "color for mode indicator in Command mode (default: "white")"
  145. python.vimode.mode_indicator_cmd_color_bg = "background color for mode indicator in Command mode (default: "cyan")"
  146. python.vimode.mode_indicator_insert_color = "color for mode indicator in Insert mode (default: "white")"
  147. python.vimode.mode_indicator_insert_color_bg = "background color for mode indicator in Insert mode (default: "blue")"
  148. python.vimode.mode_indicator_normal_color = "color for mode indicator in Normal mode (default: "white")"
  149. python.vimode.mode_indicator_normal_color_bg = "background color for mode indicator in Normal mode (default: "gray")"
  150. python.vimode.mode_indicator_prefix = "prefix for the bar item mode_indicator (default: "")"
  151. python.vimode.mode_indicator_replace_color = "color for mode indicator in Replace mode (default: "white")"
  152. python.vimode.mode_indicator_replace_color_bg = "background color for mode indicator in Replace mode (default: "red")"
  153. python.vimode.mode_indicator_search_color = "color for mode indicator in Search mode (default: "white")"
  154. python.vimode.mode_indicator_search_color_bg = "background color for mode indicator in Search mode (default: "magenta")"
  155. python.vimode.mode_indicator_suffix = "suffix for the bar item mode_indicator (default: "")"
  156. python.vimode.no_warn = "don't warn about problematic keybindings and tmux/screen (default: "off")"
  157. python.vimode.paste_clipboard_cmd = "command used to paste clipboard; must output content to stdout (default: "xclip -selection c -o")"
  158. python.vimode.search_vim = "allow n/N usage after searching (requires an extra <Enter> to return to normal mode) (default: "off")"
  159. 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: "")"