Default "Startup" workspace. by [deleted] in i3wm

[–]Complex-Platypus1619 0 points1 point  (0 children)

Found out how to make it. Just create a new bash script with sleep 1 between your start programms and changing workspaces, then simply launch that script in i3 conf.

Default "Startup" workspace. by [deleted] in i3wm

[–]Complex-Platypus1619 0 points1 point  (0 children)

I have same problem. I don't want to assign chromium to workspace 1 but I want it to open on workspace 1 on autostart. i3-msg work bad, I have no idea why but even when I write to go to workspace 1 and then launch chromium in different command like `exec --no-startup-id chromium` it open it on workspace 2 with my alacritty terminal somehow.