path mistake

This commit is contained in:
tavo-wasd 2023-07-31 21:37:03 -06:00
parent 5e62be50b9
commit ad81172a9f

View file

@ -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"