weechat/urlgrab.conf @ 3d37ca22c5c5 bpollack/use-command-to-explicitly-call-ag-and-us-1442506830050
Use command to explicitly call ag, and use compound if block
| author | Benjamin Pollack <benjamin@bitquabit.com> |
|---|---|
| date | Thu, 17 Sep 2015 16:20:42 +0000 |
| parents | 5e2b92d10d83 |
| children | a8431e53b8bd |
# # weechat -- urlgrab.conf # [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"