aboutsummaryrefslogtreecommitdiffhomepage
path: root/extra/load_url_from_bookmarks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/load_url_from_bookmarks.sh')
-rwxr-xr-x[-rw-r--r--]extra/load_url_from_bookmarks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/load_url_from_bookmarks.sh b/extra/load_url_from_bookmarks.sh
index dfbbf9a..52e14e2 100644..100755
--- a/extra/load_url_from_bookmarks.sh
+++ b/extra/load_url_from_bookmarks.sh
@@ -1,4 +1,4 @@
#!/bin/bash
file=bookmarks
goto=`awk '{print $1}' $history_file | dmenu` #NOTE: it's the job of the script that inserts bookmarks to make sure there are no dupes.
-[ -n "$goto" ] && echo "uri $goto" > /tmp/uzbl-fifo-name-TODO
+[ -n "$goto" ] && echo "uri $goto" > $4