diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-17 17:52:55 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-17 17:52:55 +0100 |
| commit | 2f1c9e730284ca837bed612ceff4b3132811af80 (patch) | |
| tree | d60adcde45616dc76f803c9d284fff3e324aef0f | |
| parent | f545ad724d13b889a068e4e0b82b6e2590bdcd44 (diff) | |
| download | scripts-2f1c9e730284ca837bed612ceff4b3132811af80.tar.gz scripts-2f1c9e730284ca837bed612ceff4b3132811af80.zip | |
Changed bookmarks folder
Diffstat (limited to '')
| -rwxr-xr-x | dmenu-bookmarks | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dmenu-bookmarks b/dmenu-bookmarks index f21849b..2088e11 100755 --- a/dmenu-bookmarks +++ b/dmenu-bookmarks | |||
| @@ -4,8 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | # Requires: dmenu-filepicker, open-url | 5 | # Requires: dmenu-filepicker, open-url |
| 6 | 6 | ||
| 7 | #dir=$XDG_DATA_HOME/bookmarks | 7 | dir=$HOME/box/bookmarks |
| 8 | dir=$HOME/Dropbox/bookmarks # TODO: change it when I have a better sync system | ||
| 9 | 8 | ||
| 10 | echo "$(dmenu-filepicker $dir)" | while read line; do | 9 | echo "$(dmenu-filepicker $dir)" | while read line; do |
| 11 | cat "$line" | 10 | cat "$line" |
