-
Notifications
You must be signed in to change notification settings - Fork 62
Description
I have warpcursor enabled, which works great when using mango's keybindings to switch between windows and monitors.
However, I've also started experimenting with using wlrctl to focus certain windows, since I can script it and launch the given program if the window isn't open.
Which works great, except that I've noticed the mouse never moves to the window that receives focus in this way.
wlrctrl uses foreign toplevel management protocol which I guess is the problem. I am open to try different options to get a run-or-raise feature (tried spawn_on_empty and works but only inside one monitor).
I also created a script using mango's ipc that works but flickers through tags to find the app which doesn't seem best option.
Any other idea or option to get the desired behaviour?
Thank you