logo

dotfiles

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

xfer.conf (952B)


  1. #
  2. # weechat -- xfer.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_open_buffer = off
  13. progress_bar_size = 20
  14. pv_tags = "notify_private"
  15. [color]
  16. status_aborted = lightred
  17. status_active = lightblue
  18. status_connecting = yellow
  19. status_done = lightgreen
  20. status_failed = lightred
  21. status_waiting = lightcyan
  22. text = default
  23. text_bg = default
  24. text_selected = white
  25. [network]
  26. blocksize = 65536
  27. fast_send = on
  28. own_ip = ""
  29. port_range = ""
  30. send_ack = on
  31. speed_limit_recv = 0
  32. speed_limit_send = 0
  33. timeout = 300
  34. [file]
  35. auto_accept_chats = off
  36. auto_accept_files = off
  37. auto_accept_nicks = ""
  38. auto_check_crc32 = off
  39. auto_rename = on
  40. auto_resume = on
  41. convert_spaces = on
  42. download_path = "%h/xfer"
  43. download_temporary_suffix = ".part"
  44. upload_path = "~"
  45. use_nick_in_filename = on