aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdmenu-bookmarks3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmenu-bookmarks b/dmenu-bookmarks
index 83f17bd..45e72d1 100755
--- a/dmenu-bookmarks
+++ b/dmenu-bookmarks
@@ -4,6 +4,7 @@
4 4
5# Requires: dmenu-filepicker, open-url 5# Requires: dmenu-filepicker, open-url
6 6
7dir=$XDG_DATA_HOME/bookmarks 7#dir=$XDG_DATA_HOME/bookmarks
8dir=$HOME/Dropbox/bookmarks # TODO: change it when I have a better sync system
8 9
9cat $(dmenu-filepicker "$dir") | xargs open-url 10cat $(dmenu-filepicker "$dir") | xargs open-url

Generated with cgit - Back to sebastiano.tronto.net