I have used the following post to create a workspace for my i3 that can be filled with windows.
Populate an entire pre-configured workspace in i3wm
Now I would like to fill it with specific programs with specific arguments at specific places. For this I would need to start these programs with specific instance names so that I can assign the correct instance names (or classes) for the correct spots.
So basically, how can I start a gui application with a specific instance name so that i3 can find them and place them in the correct spots?
xprop WM_CLASS
in a terminal, the cursor will change, then click on the window of the app and xprop will return the wm class of the app (in the terminal). Use this to identify the app.xprop
can be found inx11-utils
package in Debian. – Krackout Mar 07 '21 at 09:04