comment out firefox starting because it's being weird
This commit is contained in:
parent
d5ae4ab90d
commit
c975e5a2c8
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue