-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Support for multiple screens on Windows #5
Comments
Currently I'm just setting the first screen. I'm not on a multiscreen config, so wasn't a priority. Related: sindresorhus/macos-wallpaper#2 |
I'm on Ubuntu, with a multiscreen configuration and |
@dorian-marchal Yeah, it's hard to preserve the same behaviour cross-platform. It only sets the wallpaper on the first screen on OS X and Windows. No idea if there's any way to do the same on Ubuntu. https://github.com/sindresorhus/linux-wallpaper/blob/master/index.js |
I like it this way, I think this the desirable behaviour (unless wallpaper offers a way to change both screens independently). |
@dorian-marchal Yeah, I guess I could make that default for all platforms for now, but not sure, people in sindresorhus/macos-wallpaper#2 seems to think differently. |
@sindresorhus, I don't think you can have different backgrounds on Linux (Ubuntu) on different screens by default, at least not without using an external tool. It's always going to use the same one on all screens. |
Support for multiple screens was added for macOS in v4. |
this App can set multiple screens on Windows https://github.com/Phantom12/Unsplash-Wallpaper-Windows |
Apparently, in order to set wallpapers for multiple monitors images must be combined into one and result wallpaper should be tiled. |
Hi,
I'm wondering how do you handle multiscreen configuration ?
Are you setting the same image on different screen or can you assign an image as a wallpaper for a particular screen (or desktop in case of osx).
I can identify 3 use-cases :
genericWallpaper.jpg
to screen all screen A,B,CpanoramicWallpaper.jpg
to be a single image covering screen A,B,CwallA.jpg
andwallB.jpg
to respectively cover screen A and BThe text was updated successfully, but these errors were encountered: