From d58694b966d06e08c364ca6e0f578bcb1ef82bf2 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 9 Jun 2026 21:10:40 +0200 Subject: misc: edit notes launcher comment and notification message --- .local/bin/notes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.local/bin/notes b/.local/bin/notes index cdafd6b..778138d 100755 --- a/.local/bin/notes +++ b/.local/bin/notes @@ -4,12 +4,10 @@ set -euo pipefail app_name=notes if ! [[ -d $NOTES_DIR ]]; then notify-send --app-name="$app_name" --icon="accessories-text-editor" \ - "Notes" "Could not open NOTES_DIR ($NOTES_DIR)" + "Neovim notes plugin" "$NOTES_DIR does not exist or is not a directory" exit 1 fi cd "$NOTES_DIR" -# Open the notes directory in foot, inside a persistent tmux session named -# "notes" (stolen if it already exists), landing straight into an fzf picker exec foot --app-id="$app_name" -- \ tmux new-session -A -D -s "$app_name" -- \ nvim -c "NotesFindTags" -- cgit v1.3.1