aboutsummaryrefslogtreecommitdiff
path: root/dmenu-bookmarks
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu-bookmarks')
-rwxr-xr-xdmenu-bookmarks4
1 files changed, 3 insertions, 1 deletions
diff --git a/dmenu-bookmarks b/dmenu-bookmarks
index 7de7040..f21849b 100755
--- a/dmenu-bookmarks
+++ b/dmenu-bookmarks
@@ -7,4 +7,6 @@
7#dir=$XDG_DATA_HOME/bookmarks 7#dir=$XDG_DATA_HOME/bookmarks
8dir=$HOME/Dropbox/bookmarks # TODO: change it when I have a better sync system 8dir=$HOME/Dropbox/bookmarks # TODO: change it when I have a better sync system
9 9
10cat "$(dmenu-filepicker $dir)" | xargs open-url 10echo "$(dmenu-filepicker $dir)" | while read line; do
11 cat "$line"
12done | xargs open-url

Generated with cgit - Back to sebastiano.tronto.net