From b887cf8cb909890d4a5ecc7a25d23161039fb1b8 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 9 Nov 2023 21:05:40 -0500 Subject: [PATCH] removed bg rotate script, running with systemd --- autostart.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autostart.conf b/autostart.conf index 19c78ec..98c7976 100644 --- a/autostart.conf +++ b/autostart.conf @@ -32,7 +32,8 @@ exec --no-startup-id ~/bin/disable_startup_urgency.sh exec --no-startup-id /usr/libexec/gsd-xsettings # start background rotator script -exec --no-startup-id ~/bin/bg_rotate.sh +# commented out, trying with systemd +#exec --no-startup-id ~/bin/bg_rotate.sh # Always need firefox, so let's just start it exec --no-startup-id firefox