diff options
Diffstat (limited to '.uzbl')
-rw-r--r-- | .uzbl/bookmarks | 1 | ||||
-rw-r--r-- | .uzbl/config | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.uzbl/bookmarks b/.uzbl/bookmarks index ee5b65f..d0bb5ab 100644 --- a/.uzbl/bookmarks +++ b/.uzbl/bookmarks @@ -5,3 +5,4 @@ http://www.economist.com/ Economist http://scholar.google.co.uk/ Scholar https://www.linkedin.com/profile/view?id=AAIAABBkh-EB6quFF-ih36lPoOTg8229XdlkmtI&trk=nav_responsive_tab_profile LinkedIn https://www.warlight.net/ Warlight +http://192.168.0.20/#home Raspberry Pi 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 |