diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-19 15:47:17 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-19 15:47:17 +0200 |
| commit | f1ae4f588da2fd34b51d6e932ff35707dd95c836 (patch) | |
| tree | a07f964ac68745a051f9ba89aaf16593a7bf6061 /.local/bin/notes | |
| parent | ed7774292c866eb1ca5be8c8b022e06ece900993 (diff) | |
| download | dotfiles-f1ae4f588da2fd34b51d6e932ff35707dd95c836.tar.gz dotfiles-f1ae4f588da2fd34b51d6e932ff35707dd95c836.zip | |
misc: clean up launchers (nvim/tmux/foot)
They now all use an icon, KDE properly removes the titlebar and frame.
Diffstat (limited to '.local/bin/notes')
| -rwxr-xr-x | .local/bin/notes | 2 |
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 } |
