From ad81172a9fba96f18f21aa983121133a92cea59f Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 31 Jul 2023 21:37:03 -0600 Subject: [PATCH] path mistake --- scripts/dmenu-bookmarks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dmenu-bookmarks b/scripts/dmenu-bookmarks index 3c2e7b4..abf90f6 100755 --- a/scripts/dmenu-bookmarks +++ b/scripts/dmenu-bookmarks @@ -5,4 +5,4 @@ name=$(cut -d '-' -f 1 $HOME/Documents/bookmarks | grep -v '^#' | sed '/^\s*$/d' | dmenu -i -p "Site:") [ -z "$name" ] && exit -grep "$name" ~/.config/bookmarks | cut -d '-' -f 2- | xsel -ib && notify-send "󰃀 Bookmarks" "'$name' copied to clipboard" +grep "$name" $HOME/Documents/bookmarks | cut -d '-' -f 2- | xsel -ib && notify-send "󰃀 Bookmarks" "'$name' copied to clipboard"