Skip to content

Instantly share code, notes, and snippets.

@wallace
Created February 14, 2013 01:27
Show Gist options
  • Save wallace/4949942 to your computer and use it in GitHub Desktop.
Save wallace/4949942 to your computer and use it in GitHub Desktop.
Example urlgrab.conf configuration for weechat.
#
# urlgrab.conf -- weechat v0.3.9.2
#
[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 = 10
localcmd = "open '%s'"
method = "local"
output_main_buffer = on
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment