From 41b22fc7bd617e87fa85e763806fa381882e0f60 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 10 Jun 2021 19:40:32 +0200 Subject: Fixed spaces --- dmenu-bookmarks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmenu-bookmarks') diff --git a/dmenu-bookmarks b/dmenu-bookmarks index 45e72d1..7de7040 100755 --- a/dmenu-bookmarks +++ b/dmenu-bookmarks @@ -7,4 +7,4 @@ #dir=$XDG_DATA_HOME/bookmarks dir=$HOME/Dropbox/bookmarks # TODO: change it when I have a better sync system -cat $(dmenu-filepicker "$dir") | xargs open-url +cat "$(dmenu-filepicker $dir)" | xargs open-url -- cgit v1.3