-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi monitor support #13
Comments
It should be possible. The existing multi-monitor code seems broken though. |
Previously, gtk didn't reliably provide the correct number of monitors in older versions depending on display and graphic card implementation. Granted this issue is several years old and maybe fixed, so happy to merge and revisit if it is still an issue with improper display settings reported back. |
With some work, we can get that information from |
It looks like self.num_monitors is always set to zero, which means that the option to span across monitors is not meaningful; it always spans monitors no matter what. Is there another way to do multi monitor support, where the banner appears separately in each monitor, with the classification level centered at the top of each monitor?
The text was updated successfully, but these errors were encountered: