add logseq to autostart
This commit is contained in:
parent
3959183ff8
commit
f681050510
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ exec --no-startup-id ~/bin/bg_rotate.sh
|
||||||
# Always need firefox, so let's just start it
|
# Always need firefox, so let's just start it
|
||||||
exec --no-startup-id firefox
|
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
|
# since I'm using thunderbird now, let's pause the neomutt start
|
||||||
# Create a kitty workspace for mail
|
# Create a kitty workspace for mail
|
||||||
#exec --no-startup-id "kitty --name mail neomutt"
|
#exec --no-startup-id "kitty --name mail neomutt"
|
||||||
|
|
Loading…
Reference in a new issue