logo

dotfiles

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

fset.conf (2312B)


  1. #
  2. # weechat -- fset.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. [look]
  12. auto_unmark = off
  13. condition_catch_set = "${count} >= 1"
  14. export_help_default = on
  15. format_number = 1
  16. marked_string = "*"
  17. scroll_horizontal = 10
  18. show_plugins_desc = on
  19. sort = "~name"
  20. unmarked_string = " "
  21. use_color_value = off
  22. use_keys = on
  23. use_mute = off
  24. [format]
  25. export_help = "# ${description2}"
  26. export_option = "/set ${name} ${quoted_value}"
  27. export_option_null = "/unset ${name}"
  28. option1 = ""
  29. option2 = "${marked} ${name} ${type} ${value2}${newline} ${empty_name} ${_default_value}${color:darkgray} -- ${min}..${max}${newline} ${empty_name} ${description}"
  30. [color]
  31. default_value = default
  32. default_value_selected = white
  33. description = default
  34. description_selected = white
  35. file = default
  36. file_changed = brown
  37. file_changed_selected = yellow
  38. file_selected = white
  39. help_default_value = white
  40. help_description = default
  41. help_name = white
  42. help_quotes = darkgray
  43. help_values = default
  44. index = cyan
  45. index_selected = lightcyan
  46. line_marked_bg1 = default
  47. line_marked_bg2 = default
  48. line_selected_bg1 = blue
  49. line_selected_bg2 = red
  50. marked = brown
  51. marked_selected = yellow
  52. max = default
  53. max_selected = white
  54. min = default
  55. min_selected = white
  56. name = default
  57. name_changed = brown
  58. name_changed_selected = yellow
  59. name_selected = white
  60. option = default
  61. option_changed = brown
  62. option_changed_selected = yellow
  63. option_selected = white
  64. parent_name = default
  65. parent_name_selected = white
  66. parent_value = cyan
  67. parent_value_selected = lightcyan
  68. quotes = darkgray
  69. quotes_changed = default
  70. quotes_changed_selected = white
  71. quotes_selected = default
  72. section = default
  73. section_changed = brown
  74. section_changed_selected = yellow
  75. section_selected = white
  76. string_values = default
  77. string_values_selected = white
  78. title_count_options = cyan
  79. title_current_option = lightcyan
  80. title_filter = yellow
  81. title_marked_options = lightgreen
  82. title_sort = white
  83. type = green
  84. type_selected = lightgreen
  85. unmarked = default
  86. unmarked_selected = white
  87. value = cyan
  88. value_changed = brown
  89. value_changed_selected = yellow
  90. value_selected = lightcyan
  91. value_undef = magenta
  92. value_undef_selected = lightmagenta