diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-09-15 09:31:07 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-09-15 09:31:07 +0100 |
commit | 9b7c7320d7926c4d8aaa8b68bb677114b292aa6a (patch) | |
tree | 084b036f431a5d46b32135d3087fee1227eba3ce /.uzbl/config | |
parent | e69db5463391625880576eb895ca5d761bfaad54 (diff) |
Improve uzbl configuration
Diffstat (limited to '.uzbl/config')
-rw-r--r-- | .uzbl/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.uzbl/config b/.uzbl/config index d35c547..7e3eb23 100644 --- a/.uzbl/config +++ b/.uzbl/config @@ -486,7 +486,7 @@ 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' +@bind o = sh 'uri=`$HOME/dotfiles/.uzbl/scripts/load_url_from_surfraw.sh` && echo "uri $uri" > "$UZBL_FIFO"' # @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 |