dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE

xfer.conf (662B)


      1 #
      2 # xfer.conf -- weechat v1.0.1
      3 #
      4 
      5 [look]
      6 auto_open_buffer = on
      7 progress_bar_size = 20
      8 pv_tags = "notify_private"
      9 
     10 [color]
     11 status_aborted = lightred
     12 status_active = lightblue
     13 status_connecting = yellow
     14 status_done = lightgreen
     15 status_failed = lightred
     16 status_waiting = lightcyan
     17 text = default
     18 text_bg = default
     19 text_selected = white
     20 
     21 [network]
     22 blocksize = 65536
     23 fast_send = on
     24 own_ip = ""
     25 port_range = ""
     26 speed_limit = 0
     27 timeout = 300
     28 
     29 [file]
     30 auto_accept_chats = off
     31 auto_accept_files = off
     32 auto_accept_nicks = ""
     33 auto_check_crc32 = off
     34 auto_rename = on
     35 auto_resume = on
     36 convert_spaces = on
     37 download_path = "%h/xfer"
     38 upload_path = "~"
     39 use_nick_in_filename = on