summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.uzbl/bookmarks1
-rw-r--r--.uzbl/config2
-rw-r--r--.zsh/tmp2
3 files changed, 4 insertions, 1 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
diff --git a/.zsh/tmp b/.zsh/tmp
index 3b81915..aab86c2 100644
--- a/.zsh/tmp
+++ b/.zsh/tmp
@@ -1,3 +1,3 @@
#!/bin/zsh
-export COLORSCHEME=seoul
+export COLORSCHEME=light