aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/userscripts
diff options
context:
space:
mode:
Diffstat (limited to 'config/qutebrowser/userscripts')
-rwxr-xr-xconfig/qutebrowser/userscripts/bookmark3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/qutebrowser/userscripts/bookmark b/config/qutebrowser/userscripts/bookmark
index 480aed9..dd0752d 100755
--- a/config/qutebrowser/userscripts/bookmark
+++ b/config/qutebrowser/userscripts/bookmark
@@ -13,8 +13,7 @@ case "$1" in
echo "$QUTE_URL" >> "$BOOKMARKS_PATH"
;;
resource)
- ~/dev/projects/nvim-ts-peek/bin/nvim-peek dmenu "$QUTE_URL" "$QUTE_TITLE" \
- && notify-send "Saved $QUTE_URL";
+ ~/.config/kak/scripts/logger.sh link "$QUTE_URL";
;;
esac || true