add logseq to autostart

This commit is contained in:
Alex Kelly 2023-07-03 11:04:03 -04:00
parent 3959183ff8
commit f681050510

View file

@ -37,6 +37,9 @@ exec --no-startup-id ~/bin/bg_rotate.sh
# Always need firefox, so let's just start it
exec --no-startup-id firefox
# Startup logseq
exec --no-startup-id /home/kellya/bin/logseq
# since I'm using thunderbird now, let's pause the neomutt start
# Create a kitty workspace for mail
#exec --no-startup-id "kitty --name mail neomutt"