weechat/urlgrab.conf @ 9752ae28492f

update weechat bullshit
author Steve Losh <steve@stevelosh.com>
date Wed, 20 May 2015 21:53:03 -0400
parents d0382bc711a0
children 5e2b92d10d83
#
# urlgrab.conf -- weechat v1.1.1
#

[color]
color_bg_selected = green
color_buffer = red
color_buffer_selected = red
color_time = cyan
color_time_selected = cyan
color_url = blue
color_url_selected = blue

[default]
historysize = 20
localcmd = "open %s"
method = "local"
output_main_buffer = off
remotecmd = "ssh -x localhost -i ~/.ssh/id_rsa -C "export DISPLAY=":0.0" &&  firefox %s""
time_format = "%H:%M:%S"
url_log = "~/.weechat/urls.log"