-
Notifications
You must be signed in to change notification settings - Fork 149
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
show different picture for multiple monitors #574
base: master
Are you sure you want to change the base?
Conversation
What is the process to merge such PRs, @peterlevi? |
on i3 sway and gnome classic
excluding list
Just to update, I will leave more architecturally impactful PRs to @peterlevi for review |
@qunxyz Thanks for the contribution. Sorry for taking so long to respond, recently I haven't had any time for Variety. While I can see this PR working well for a lot of people, I don't see it as something that can be merged as is into the product. I see several fairly big concerns here:
Variety's philosophy (for good or bad), is to give more control to users about how everything would work. Some people might want the same wallpaper on each monitor, others - a random wallpaper on each, others may want to keep one monitor static, while having random wallpapers on another, some might want to use one combination of options for one monitor, and a different one for the other. E.g. imagine someone with one landscape monitor, and one portrait - they may want to configure different wallpaper sources that fit well the orientation of each monitor. I feel that if we are officially adding "Support for multiple monitors", it must come with some configuration capabilities.
So I can see the logic here as a proof of concept, maybe a base approach for a solution, but not the final solution. Generally speaking, support for multiple monitors is an important, huge feature, and the way I'd like it approached is first to have a general plan (no code) for how it should be done, before seeing code for it - what UI options we'll have, how things would work, etc. My idea for this feature has been along these lines:
This could happen in phases, and I think good first steps here might to just come up with the generic |
Different wallpapers and settings for each monitor #469