diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-09-02 21:02:02 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-09-02 21:02:02 +0100 |
commit | 67e13960594f3e8537db546ff901cf98cfc810d5 (patch) | |
tree | 67a24385f9b434d27f43da579e0cfa735202a1da /.uzbl/config | |
parent | 17ed5fcbe6af32fdb86a7272f9e34de532b3db9c (diff) |
Update temporary files
Diffstat (limited to '.uzbl/config')
-rw-r--r-- | .uzbl/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.uzbl/config b/.uzbl/config index bb71fec..d35c547 100644 --- a/.uzbl/config +++ b/.uzbl/config @@ -486,6 +486,8 @@ bind 'weather _ = sh 'surfraw -g $8 %s' weather @cbind gu = spawn @scripts_dir/test.sh @cbind gU = spawn @scripts_dir/mytest.sh @cbind ytdl = sh '$HOME/dotfiles/.uzbl/scripts/ytdl.sh "$UZBL_URI"' +# @bind o = sh 'uri=`$HOME/dotfiles/.uzbl/scripts/load_url_from_surfraw.sh` && echo "uri $uri" > $4' +# @cbind t = sh 'uri=`$HOME/dotfiles/.uzbl/scripts/load_url_from_surfraw.sh` && echo "event REQ_NEW_WINDOW $uri" > "$UZBL_FIFO"' @on_event DOWNLOAD_COMPLETE spawn @scripts_dir/downloadviewer.sh %s @on_event LOAD_COMMIT spawn @scripts_dir/adblock.py |