aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/userscripts/bookmark
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-11-22 00:43:12 +0530
committerAkshay Nair <phenax5@gmail.com>2025-11-22 00:45:48 +0530
commitb8e909d68bcb035648dda93f15de7863f444a3c4 (patch)
tree3e6c13b1424d5005b595ea1d86f1b50a49b42390 /config/qutebrowser/userscripts/bookmark
parent7cca3043fa585dc0d0cef6a3f25756c946bee1aa (diff)
downloadnixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.tar.gz
nixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.zip
Switch to kakoune + daffm
Diffstat (limited to 'config/qutebrowser/userscripts/bookmark')
-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