logo

dotfiles

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

buflist.conf (1155B)


  1. #
  2. # weechat -- buflist.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. add_newline = on
  13. auto_scroll = 50
  14. display_conditions = "${buffer.hidden}==0"
  15. enabled = on
  16. mouse_jump_visited_buffer = off
  17. mouse_move_buffer = off
  18. mouse_wheel = on
  19. nick_prefix = on
  20. nick_prefix_empty = on
  21. signals_refresh = ""
  22. sort = "number,-active"
  23. [format]
  24. buffer = "${format_number}${indent}${color_hotlist}${format_name}${format_hotlist}"
  25. buffer_current = "${format_number}${indent}${color:3}${format_name}${format_hotlist}"
  26. hotlist = "${color:green}(${hotlist}${color:green})"
  27. hotlist_highlight = "${color:magenta}"
  28. hotlist_low = "${color:white}"
  29. hotlist_message = "${color:7}"
  30. hotlist_none = "${color:default}"
  31. hotlist_private = "${color:green}"
  32. hotlist_separator = "${color:default},"
  33. indent = " "
  34. lag = " ${color:green}[${color:brown}${lag}${color:green}]"
  35. name = "${name}"
  36. nick_prefix = "${color_nick_prefix}${nick_prefix}"
  37. number = "${color:green}${number}${if:${number_displayed}?.: }"