Skip to content
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

Open
gpapin opened this issue Apr 24, 2015 · 9 comments
Open

Support for multiple screens on Windows #5

gpapin opened this issue Apr 24, 2015 · 9 comments

Comments

@gpapin
Copy link

gpapin commented Apr 24, 2015

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 :

  • Set genericWallpaper.jpg to screen all screen A,B,C
  • Set panoramicWallpaper.jpg to be a single image covering screen A,B,C
  • Set wallA.jpg and wallB.jpg to respectively cover screen A and B
@sindresorhus
Copy link
Owner

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

@dorian-marchal
Copy link

I'm on Ubuntu, with a multiscreen configuration and wallpaper.set set my wallpaper on both screens (first use-case).

@sindresorhus
Copy link
Owner

@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

@dorian-marchal
Copy link

I like it this way, I think this the desirable behaviour (unless wallpaper offers a way to change both screens independently).

@sindresorhus
Copy link
Owner

@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.

@kevva
Copy link

kevva commented Apr 29, 2015

@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.

@sindresorhus
Copy link
Owner

Support for multiple screens was added for macOS in v4.

@sindresorhus sindresorhus changed the title Multiscreen configuration Support for multiple screens on Windows Oct 2, 2018
@lqzhgood
Copy link

this App can set multiple screens on Windows
But I won't C language.
Maybe it will help you

https://github.com/Phantom12/Unsplash-Wallpaper-Windows

@nikolay-borzov
Copy link

Apparently, in order to set wallpapers for multiple monitors images must be combined into one and result wallpaper should be tiled.
See stack overflow answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants