From f1ae4f588da2fd34b51d6e932ff35707dd95c836 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Fri, 19 Jun 2026 15:47:17 +0200 Subject: misc: clean up launchers (nvim/tmux/foot) They now all use an icon, KDE properly removes the titlebar and frame. --- .local/bin/notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/notes') 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 } -- cgit v1.3.1