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

Feature: Duplicate and mirror on all and selected outputs #17

Open
Ventto opened this issue Oct 27, 2017 · 0 comments
Open

Feature: Duplicate and mirror on all and selected outputs #17

Ventto opened this issue Oct 27, 2017 · 0 comments

Comments

@Ventto
Copy link
Owner

Ventto commented Oct 27, 2017

Let's say, we have a laptop with two plugged-in monitors. At start, only the primary one is turned on:

$ mons
Monitors: 3
Mode: primary
0:  eDP1      (enabled)
2:  HDMI1     
3:  DP1

We want to duplicate our desktop view on every output:

$ mons -D
$ mons
Monitors: 4
Mode: duplicate
0:  eDP1      (enabled)
2:  HDMI1     (enabled)
3:  DP1       (enabled)

Or by selection:

$ mons -o
$ mons
Monitors: 3
Mode: duplicate
0:  eDP1      (enabled)
2:  HDMI1    
3:  DP1      

$ mons -D 3
$ mons
Monitors: 3
Mode: duplicate
0:  eDP1      (enabled)
2:  HDMI1    
3:  DP1       (enabled)

$ mons -D 2,3
$ mons
Monitors: 3
Mode: duplicate
0:  eDP1      (enabled)
2:  HDMI1     (enabled)
3:  DP1       (enabled)

Same logical with -M option.

@Ventto Ventto changed the title Feature: Duplicate or mirror on every output Feature: Duplicate and mirror on every output Jan 26, 2018
@Ventto Ventto changed the title Feature: Duplicate and mirror on every output Feature: Duplicate and mirror on all and selected outputs Jan 26, 2018
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

1 participant