From 21b025a7bae83d953735da2298186f816763eedd Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 25 Mar 2020 20:20:41 +0100 Subject: [PATCH] Remove one emoji --- dotfiles/qutebrowser.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/qutebrowser.org b/dotfiles/qutebrowser.org index abd1535..c9dfd5d 100644 --- a/dotfiles/qutebrowser.org +++ b/dotfiles/qutebrowser.org @@ -395,7 +395,7 @@ See Amazon price history using CamelCamelCamel title=$(echo "$QUTE_TITLE" | rofi -p "Title" -dmenu -lines 1) tags=$(buku -t --nc --np | sed -e 's/\s*[[:digit:]]*\.\s*\(.*\)\s*([[:digit:]]*)\s*/\1/' -e '/^\s*$/d' | sort | uniq | rofi -p "Tags" -dmenu) - buku --add "$QUTE_URL" --tag "$tags" --title "$title" && dunstify "Buku" "📑 Bookmark Added" + buku --add "$QUTE_URL" --tag "$tags" --title "$title" && dunstify "Buku" "Bookmark Added" #+end_src ** Add Url to Buku without asking for information