aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-xconfig
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-11-20 15:00:15 -0500
committerKen Moore <ken@ixsystems.com>2017-11-20 15:00:15 -0500
commit8b2a4a09ac2b635ebadd05658f5f34e14d2601f9 (patch)
treebf0ebcbd0294e0155e403a83847b5b845745067d /src-qt5/core-utils/lumina-xconfig
parentBump the LICENSE year in lumina-info, and disable the old theme engine. (diff)
downloadlumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.tar.gz
lumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.tar.bz2
lumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.zip
Add in the new manpages from Aaron St.John (lumina-docs repo).
Also adjust the "community support" shortcut to point to gitter rather than IRC.
Diffstat (limited to 'src-qt5/core-utils/lumina-xconfig')
-rw-r--r--src-qt5/core-utils/lumina-xconfig/lumina-xconfig.847
-rw-r--r--src-qt5/core-utils/lumina-xconfig/lumina-xconfig.pro5
2 files changed, 51 insertions, 1 deletions
diff --git a/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.8 b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.8
new file mode 100644
index 00000000..b3f3d989
--- /dev/null
+++ b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.8
@@ -0,0 +1,47 @@
+.Dd November 6, 2017
+.Dt LUMINA-XCONFIG 8
+.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
diff --git a/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.pro b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.pro
index 2cfb64ec..a24873cb 100644
--- a/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.pro
+++ b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.pro
@@ -94,7 +94,10 @@ dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_RO
desktop.files=lumina-xconfig.desktop
desktop.path=$${L_SHAREDIR}/applications/
-INSTALLS += target desktop
+manpage.path=$${L_MANDIR}/man8/
+manpage.extra="$${MAN_ZIP} lumina-xconfig.8 > $(INSTALL_ROOT)$${L_MANDIR}/man8/lumina-xconfig.8.gz"
+
+INSTALLS += target desktop manpage
WITH_I18N{
INSTALLS += dotrans
bgstack15