diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-20 17:18:00 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-20 17:18:00 -0500 |
commit | f0888f5a1323f3fff19b301c892195faac5e05df (patch) | |
tree | 5c1b63642d637ca64614f2c3c116091c4b821c85 /src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 | |
parent | Bump the version of Lumina to 1.4.0 (diff) | |
download | lumina-f0888f5a1323f3fff19b301c892195faac5e05df.tar.gz lumina-f0888f5a1323f3fff19b301c892195faac5e05df.tar.bz2 lumina-f0888f5a1323f3fff19b301c892195faac5e05df.zip |
Redo all the new man pages categories.
Make sure they are all man1 instead of man8
Diffstat (limited to 'src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1')
-rw-r--r-- | src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 new file mode 100644 index 00000000..980211b1 --- /dev/null +++ b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 @@ -0,0 +1,47 @@ +.Dd November 6, 2017 +.Dt LUMINA-XCONFIG 1 +.Os 1.3.3 + +.Sh NAME +.Nm lumina-xconfig +.Nd graphical front-end to xrandr, which manages monitor +configurations. + +.Sh SYNOPSIS +.Nm +.Op Fl -reset-monitors + +.Sh DESCRIPTION +.Nm +opens the graphical utility for managing monitor configurations and +requires the runtime utility xrandr. +.Nm +offers the ability to drag connected displays and orient them freely. +It is also easy to select the resolution and rotation from a drop down +box for each screen. +The Add Screen tab provides an option to enable a connected monitor that +is not in use. +.Nm +has one option: +.Bl -tag -width indent +.It Ic --reset-monitors +Resets the configuration to default. +.El + +.Sh DEPENDENCIES +A single extra runtime dependency is required: +.Bl -tag -width indent +.It Ic xrandr +.El + +.Sh FILES +.Bl -tag -width indent +.It Pa /usr/local/bin/lumina-xconfig +.El + +.Sh SEE ALSO +.Xr xrandr(1) + +.Sh AUTHORS +.An Aaron St. John +.Aq aaron@ixsystems.com |