diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-06-10 19:40:32 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-06-10 19:40:32 +0200 |
| commit | 41b22fc7bd617e87fa85e763806fa381882e0f60 (patch) | |
| tree | 94b401b83e509a1aff99d299f6bcd7acff6614fb /dmenu-bookmarks | |
| parent | 0f295c222336e002f9c854a2aeea788c79582057 (diff) | |
| download | scripts-41b22fc7bd617e87fa85e763806fa381882e0f60.tar.gz scripts-41b22fc7bd617e87fa85e763806fa381882e0f60.zip | |
Fixed spaces
Diffstat (limited to '')
| -rwxr-xr-x | dmenu-bookmarks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu-bookmarks b/dmenu-bookmarks index 45e72d1..7de7040 100755 --- a/dmenu-bookmarks +++ b/dmenu-bookmarks | |||
| @@ -7,4 +7,4 @@ | |||
| 7 | #dir=$XDG_DATA_HOME/bookmarks | 7 | #dir=$XDG_DATA_HOME/bookmarks |
| 8 | dir=$HOME/Dropbox/bookmarks # TODO: change it when I have a better sync system | 8 | dir=$HOME/Dropbox/bookmarks # TODO: change it when I have a better sync system |
| 9 | 9 | ||
| 10 | cat $(dmenu-filepicker "$dir") | xargs open-url | 10 | cat "$(dmenu-filepicker $dir)" | xargs open-url |
