comment out firefox starting because it's being weird

This commit is contained in:
Alex Kelly 2022-07-16 23:46:00 -04:00
parent d5ae4ab90d
commit c975e5a2c8

View file

@ -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"