switch focus to given con_id via ipc command
Hi,
I'm currently trying to switch the focused window by sending a COMMAND to the ipc interface:
[con_id="135748312"] focus
The COMMAND returns [{"success":true}], but does not switch the window.
I've tried the same with i3-msg, and this is also not switching:
i3-msg '[con_id="135748312"] focus'
Any ideas on that?