-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature request: specify output for NewLayerShellSettings #94
Comments
about this feature, I have create a pr: #86 but seems there are still many problems, because now I do not have subscreen.. |
Just tried out your pr, unfortunately |
Emm.. keep this pr open. Emm, these days I do not have much time, and also I do not have a subscreen, the origin one is damaged. Can you help me finish this pr? |
I'll try my best, but can't promise anything. |
Add some kind of variable for
NewLayerShellSettings
to have ability declare output.Example scenario: App starts with
StartMode::Background
and subscribes for some kind of event and needs to be shown on a specific screen when triggered or follow some kind of dev logic.Current workaround:
set size as 1x1 pixel, fg and bt to TRANSPARENT, layer:
Layer::Background
, and keep usingStartMode::TargetScreen
.That workaround is ugly and covers static solution, but still doesn't allow to create custom logic to pick screen for new window in multiapp.
The text was updated successfully, but these errors were encountered: