is it possible to focus a window by name / id using i3-msg?
Hi,
is it possible to focus a specific application window by internal id / name, using i3-msg?
I've tried:
i3-msg '[id="135748312"] focus'
which gives
[{"success":true}]
but the window is not focused (or at least not shown). It is a window on the same workspace, I would like to be able to switch workspaces at the same time.
(I know that
i3-msg workspace 9 focus
works)