Hi, I’m Alex.
I’m currently wrestling with configuring I3 (and I’ve been using I3 for all of two weeks), and a challenge has cropped up for which I have yet to find a solution.
I have a script for an app called linuxsampler to which i feed a config file, cat then piped to netcat. The script runs ok in a terminal, and i’d like to have both the terminal startup at login, in a specified workspace, then run the linuxsampler script.
I already have Jack (using Qjackctl) started up successfully, as well as raysession, both on unique workspaces.
I also have two other apps that only exist as cli apps, and these will need a terminal each as well.
So my question is:
How do I start a terminal, then load a script, in a specified workspace, with each terminal having a specific class/instance name, for multiple terminal instances, each on a different/specified workspace?
Alex.