weechat/urlgrab.conf @ 5ec39f00d24d

Moar.
author Steve Losh <steve@stevelosh.com>
date Tue, 10 Apr 2012 09:53:40 -0400
parents 33b701e7a4eb
children 8d0124cdcce1
#
# urlgrab.conf -- weechat v0.3.6
#

[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"