Uxterm -> alacritty

use --title to force float/position
This commit is contained in:
John Mertz 2023-03-13 15:45:27 -04:00
parent 04d4602325
commit ccf6a8e85b
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ RUNNING=$(pgrep todotxt-machine)
if [ "$RUNNING" ]; then
kill $RUNNING 2&>1 /dev/null
else
/usr/bin/xterm -e "/home/jpm/.local/bin/todotxt-machine /home/jpm/nextcloud/phone/todo.txt"
/usr/bin/alacritty --title todotxt-machine -e ${HOME}/.pyenv/shims/todotxt-machine ${HOME}/export/todo.txt
fi