From f6810505106771522c90744b24b8c1afd82b01d1 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 3 Jul 2023 11:04:03 -0400 Subject: [PATCH] add logseq to autostart --- autostart.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autostart.conf b/autostart.conf index 8e4ff19..19c78ec 100644 --- a/autostart.conf +++ b/autostart.conf @@ -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"