diff options
Diffstat (limited to 'config/qutebrowser/userscripts')
| -rwxr-xr-x | config/qutebrowser/userscripts/bookmark | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/qutebrowser/userscripts/bookmark b/config/qutebrowser/userscripts/bookmark index 8695551..480aed9 100755 --- a/config/qutebrowser/userscripts/bookmark +++ b/config/qutebrowser/userscripts/bookmark @@ -12,5 +12,9 @@ case "$1" in new) echo "$QUTE_URL" >> "$BOOKMARKS_PATH" ;; -esac + resource) + ~/dev/projects/nvim-ts-peek/bin/nvim-peek dmenu "$QUTE_URL" "$QUTE_TITLE" \ + && notify-send "Saved $QUTE_URL"; + ;; +esac || true |
