weechat/urlgrab.conf @ 178e3badd088

Merge.
author Steve Losh <steve@stevelosh.com>
date Tue, 27 Sep 2011 17:31:36 -0400
parents 613e1681934a
children 33b701e7a4eb
#
# urlgrab.conf -- weechat v0.3.5
#

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