Mercurial > dotfiles
comparison weechat/script.conf @ 399:133cfc2e5b94
Weechat upgrade and tweaks.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 09 Aug 2017 22:55:38 -0700 |
parents | 27447ad19df6 |
children |
comparison
equal
deleted
inserted
replaced
395:bdca73c16d81 | 399:133cfc2e5b94 |
---|---|
1 # | 1 # |
2 # script.conf -- weechat v1.1.1 | 2 # weechat -- script.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 | |
3 # | 10 # |
4 | 11 |
5 [look] | 12 [look] |
6 columns = "%s %n %V %v %u | %d | %t" | 13 columns = "%s %n %V %v %u | %d | %t" |
7 diff_color = on | 14 diff_color = on |
41 text_version_selected = lightmagenta | 48 text_version_selected = lightmagenta |
42 | 49 |
43 [scripts] | 50 [scripts] |
44 autoload = on | 51 autoload = on |
45 cache_expire = 60 | 52 cache_expire = 60 |
46 dir = "%h/script" | 53 download_timeout = 30 |
47 hold = "" | 54 hold = "" |
55 path = "%h/script" | |
48 url = "http://www.weechat.org/files/plugins.xml.gz" | 56 url = "http://www.weechat.org/files/plugins.xml.gz" |
49 url_force_https = on |