• 33 Posts
  • 67 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle























  • 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.