Living with bspwm
This is part of the applications collection.Get the window name
Setting rules for bspwm
is actually very straightforward, assuming one knows the exact window title.
To get this, it’s often easiest to just use xprop.
This allows for a workflow as simple as running this command and clicking the application window in question.
xprop | grep WM_CLASS
This works best when combined with a scratchpad style dropdown terminal.