this post was submitted on 08 Mar 2025
11 points (86.7% liked)
Linux
7043 readers
327 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Many things wrong here, but you're going to have issues using '&&' in something like this. Remove that and see if you get any useful output.
If you still don't get useful output, then your exec is being swallowed up. Generally you need to very explicit in Sway: create workspace, switch to it, start script. Seems like you're intentionally skipping steps, and you're gonna have a bad time.
If anything, to help debug, try the above, and explicitly create a class of window to start something in, then run something to know works, like calculator. Make sure these types of things work first before trying to chain scripts together.