HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mons — Quickly manage two displays. More information: <https://github.com/Ventto/mons#usage>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandquicklytwoclimanagemonsmoredisplays
linux

Problem

How to use the mons command: Quickly manage two displays. More information: <https://github.com/Ventto/mons#usage>.

Solution

mons — Quickly manage two displays. More information: <https://github.com/Ventto/mons#usage>.

Enable only the primary monitor:
mons -o


Enable only the [s]econdary monitor:
mons -s


[d]uplicate the primary monitor onto the secondary monitor, using the resolution of the primary monitor:
mons -d


[m]irror the primary monitor onto the secondary monitor, using the resolution of the secondary monitor:
mons -m

Code Snippets

Enable only the primary monitor

mons -o

Enable only the [s]econdary monitor

mons -s

[d]uplicate the primary monitor onto the secondary monitor, using the resolution of the primary monitor

mons -d

[m]irror the primary monitor onto the secondary monitor, using the resolution of the secondary monitor

mons -m

Context

tldr-pages: linux/mons

Revisions (0)

No revisions yet.