switcher icon indicating copy to clipboard operation
switcher copied to clipboard

switcher on all monitor

Open salvo-github opened this issue 5 years ago • 4 comments

it is possible to add the possibility to show the switcher on all monitors? Thank you

salvo-github avatar Jul 24 '19 09:07 salvo-github

It would be some work to make sure that the UI of the different instances stays in sync, but definitely something that someone can do.

daniellandau avatar Jul 24 '19 10:07 daniellandau

I tried but couldn't. For the moment I managed to replace "primaryDisplay" with "currentDisplay" but having it on all displays would be great. Could you give me some tips or some articles to read (if you know) about how to succeed?

salvo-github avatar Jul 25 '19 12:07 salvo-github

This extension already draws stuff on all screens in these rows: https://github.com/daniellandau/switcher/blob/master/extension.js#L154-L162 and has separate listeners on them on https://github.com/daniellandau/switcher/blob/master/extension.js#L423-L427.

One would need to draw the switcher in a similar fashion multiple times and connect event handlers multiple times and add some synchronization logic to keep the different instances in sync.

daniellandau avatar Jul 26 '19 11:07 daniellandau

Hi and thank you for having made this great extension!

I just wanted to show my support for this issue, I would also enjoy having the switcher appearing on all monitors.

Thanks also for the list of resources in the readme, that's so great to help to get us started. I will have a look and see what I can do.

Zwyx avatar Jul 27 '22 05:07 Zwyx