weechat/urlgrab.conf @ 68b8d179f0d4

update
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Jul 2013 15:52:00 -0400
parents 78862604f6c8
children ccd32f66c9fc
#
# urlgrab.conf -- weechat v0.4.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"