From f2c93af8c3306b9759379494647c35c6bcb794e9 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 7 Jul 2022 22:15:14 -0400 Subject: [PATCH] switch to terminal workspace on startup --- autostart.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autostart.conf b/autostart.conf index 4ecab6a..bbcbb80 100644 --- a/autostart.conf +++ b/autostart.conf @@ -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"