From c975e5a2c80fc3b8a157304a4f162d193462a2f8 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Sat, 16 Jul 2022 23:46:00 -0400 Subject: [PATCH] comment out firefox starting because it's being weird --- autostart.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autostart.conf b/autostart.conf index 60aef86..70a5350 100644 --- a/autostart.conf +++ b/autostart.conf @@ -30,7 +30,8 @@ exec --no-startup-id /usr/libexec/gsd-xsettings exec --no-startup-id ~/bin/bg_rotate.sh # Always need firefox, so let's just start it -exec --no-startup-id firefox +# Well for some reason this isn't starting correctly and leaving a weird empty window. So commenting out for now. +#exec --no-startup-id firefox # Create a kitty workspace for mail exec --no-startup-id "kitty --name mail neomutt"