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"