switch to terminal workspace on startup

This commit is contained in:
Alex Kelly 2022-07-07 22:15:14 -04:00
parent 81802f19af
commit f2c93af8c3

View file

@ -40,3 +40,6 @@ exec --no-startup-id dex-autostart --autostart --environment i3
# Start redshift, becuase I like not being blinded at night
exec --no-startup-id redshift
# Switch to the terminal/email workspace by default
exec --no-startup-id "i3-msg workspace $ws3"