From b8e909d68bcb035648dda93f15de7863f444a3c4 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 22 Nov 2025 00:43:12 +0530 Subject: Switch to kakoune + daffm --- config/qutebrowser/userscripts/bookmark | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config/qutebrowser/userscripts') 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 -- cgit v1.3.1