From 7e7aa928072775240ff70ca61f2dd0e8a09242d8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 2 Feb 2014 20:35:42 +0100 Subject: (Let's pretend that this is the) initial commit --- weechat/yaurls.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 weechat/yaurls.conf (limited to 'weechat/yaurls.conf') diff --git a/weechat/yaurls.conf b/weechat/yaurls.conf new file mode 100644 index 0000000..ed55160 --- /dev/null +++ b/weechat/yaurls.conf @@ -0,0 +1,28 @@ +# +# yaurls.conf -- weechat v0.4.3-dev +# + +[blacklists] +channel_blacklist = "" +nick_blacklist = "" +server_blacklist = "" +string_blacklist = "" +url_blacklist = "youtube.com" + +[colors] +domain_color = lightblue +header_color = green +prefix_suffix_color = lightmagenta +url_color = lightgreen + +[engine] +convert_own = on +maximum_length = 35 +service = durl +timeout = 20 + +[look] +format = "%H %U %D" +header = "durl" +header_prefix = "[" +header_suffix = "]→" -- cgit v1.2.3-54-g00ecf