summaryrefslogtreecommitdiffstats
path: root/.local/bin/notes
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/notes')
-rwxr-xr-x.local/bin/notes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/notes b/.local/bin/notes
index 72c4b5d..814c021 100755
--- a/.local/bin/notes
+++ b/.local/bin/notes
@@ -46,7 +46,7 @@ main() {
local app_name=notes
[[ -d $NOTES_DIR ]]
cd "$NOTES_DIR"
- exec foot --title "$app_name" -- \
+ exec foot --app-id "$app_name" --title "$app_name" -- \
tmux new-session -A -D -s "$app_name" -- \
nvim +NotesFindTags
}