logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

plugins.conf (3095B)


  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.check_license = "off"
  13. perl.highmon.alignment = "channel"
  14. perl.highmon.away_only = "off"
  15. perl.highmon.color_buf = "on"
  16. perl.highmon.first_run = "true"
  17. perl.highmon.hotlist_show = "off"
  18. perl.highmon.logging = "off"
  19. perl.highmon.merge_private = "off"
  20. perl.highmon.nick_prefix = "<"
  21. perl.highmon.nick_suffix = ">"
  22. perl.highmon.output = "buffer"
  23. perl.highmon.short_names = "off"
  24. perl.mass_hl_blocker.limit = "5"
  25. python.alternatetz.timeformat = "%H:%M"
  26. python.alternatetz.timezone = "GMT"
  27. python.autojoin.autosave = "off"
  28. python.buffer_autoclose.age_limit = "30"
  29. python.buffer_autoclose.ignore = ""
  30. python.buffer_autoclose.interval = "1"
  31. python.check_license = "off"
  32. python.go.auto_jump = "off"
  33. python.go.buffer_number = "on"
  34. python.go.color_name = "black,cyan"
  35. python.go.color_name_highlight = "red,cyan"
  36. python.go.color_name_highlight_selected = "red,brown"
  37. python.go.color_name_selected = "black,brown"
  38. python.go.color_number = "yellow,magenta"
  39. python.go.color_number_selected = "yellow,red"
  40. python.go.fuzzy_search = "off"
  41. python.go.message = "Go to: "
  42. python.go.short_name = "off"
  43. python.go.sort = "number,beginning"
  44. python.go.use_core_instead_weechat = "off"
  45. [desc]
  46. perl.mass_hl_blocker.limit = "minimum amount of nicks in line to disable highlight (default: 5)"
  47. python.alternatetz.timeformat = "strftime compatible format (default: "%H:%M")"
  48. python.alternatetz.timezone = "list of timezones to display. The list is comprised of space separated list timezones using the Olson tz database (default: "GMT")"
  49. python.go.auto_jump = "automatically jump to buffer when it is uniquely selected (default: "off")"
  50. python.go.buffer_number = "display buffer number (default: "on")"
  51. python.go.color_name = "color for buffer name (not selected) (default: "black,cyan")"
  52. python.go.color_name_highlight = "color for highlight in buffer name (not selected) (default: "red,cyan")"
  53. python.go.color_name_highlight_selected = "color for highlight in a selected buffer name (default: "red,brown")"
  54. python.go.color_name_selected = "color for a selected buffer name (default: "black,brown")"
  55. python.go.color_number = "color for buffer number (not selected) (default: "yellow,magenta")"
  56. python.go.color_number_selected = "color for selected buffer number (default: "yellow,red")"
  57. python.go.fuzzy_search = "search buffer matches using approximation (default: "off")"
  58. python.go.message = "message to display before list of buffers (default: "Go to: ")"
  59. python.go.short_name = "display and search in short names instead of buffer name (default: "off")"
  60. 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")"
  61. python.go.use_core_instead_weechat = "use name "core" instead of "weechat" for core buffer (default: "off")"