From c0dd91a9aa45b319e445f9a0c6a32cff0f5b3e0e Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 30 Jun 2023 17:24:12 -0400 Subject: [PATCH] Focus workspace 1 immediately --- sway/autostart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sway/autostart b/sway/autostart index ad371d298..200482d93 100644 --- a/sway/autostart +++ b/sway/autostart @@ -1,4 +1,5 @@ # vim: ft=sh + #TODO: Convert to systemd services, where reasonable ################################################################################ @@ -67,3 +68,5 @@ exec flatpak run com.github.Eloston.UngoogledChromium --app="https://papillon.jo # Assign workspaces to outputs exec $HOME/scripts/sway/arrange.pl & + +exec swaymsg workspace 1 &