brockgr / chrometile

Tiling Window Manager for ChromeOS™
https://chrome.google.com/webstore/detail/chrometile/aikaaejchodabfpkipfonnekofgepakh
Apache License 2.0
61 stars 11 forks source link

Virtual Desks are not supported. #7

Open leira opened 4 years ago

leira commented 4 years ago

Chrome OS introduced Virtual Desks in the end of last year. Currently there is no Virtual Desks support in chrometile. Chrometile simply treats all the windows in the same screen.

Is there any plan to support Virtual Desks? Do you know if it is possible for chrometile to support it?

rprs commented 2 years ago

Sadly, this is currently not supported by the chrome API. The extension uses chrome.windows.getAll here, (official documentation here) which does not include anything about virtual desktops, so it returns all opened windows.

If you want to help pushing this issue, please file a bug in chromium under component:UI>Shell>WindowManager (requires a gmail account). That's the only way I know to contact the chromium team.