We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
-M
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Let's say, we have a laptop with two plugged-in monitors. At start, only the primary one is turned on:
We want to duplicate our desktop view on every output:
Or by selection:
Same logical with
-M
option.The text was updated successfully, but these errors were encountered: