weechat/urlgrab.conf @ 6f514cfd3988

Add "fish/generated_completions/" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Fri, 14 Feb 2014 19:22:02 -0500
parents a328ffc74b48
children 3653651e4dfc
#
# urlgrab.conf -- WeeChat v0.3.8
#

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