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/lumina-desktop/lumina-desktop.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/lumina-desktop/lumina-desktop.1')
-rw-r--r-- | src-qt5/core/lumina-desktop/lumina-desktop.1 | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/lumina-desktop.1 b/src-qt5/core/lumina-desktop/lumina-desktop.1 new file mode 100644 index 00000000..4fa33371 --- /dev/null +++ b/src-qt5/core/lumina-desktop/lumina-desktop.1 @@ -0,0 +1,61 @@ +.Dd March 29, 2017 +.Dt LUMINA-DESKTOP 1 +.Os Lumina Desktop Environment +.\"------------------------------------------------------------------- +.Sh NAME +.Nm lumina-desktop +.Nd Binary used to run or communicate with the desktop. +.\"------------------------------------------------------------------- +.Sh SYNOPSIS +.Cm lumina-desktop +.Pp +.Cm lumina-desktop --check-geoms +.Pp +.Cm lumina-desktop --version +.\"------------------------------------------------------------------- +.Sh DESCRIPTION +The +.Nm +utility starts or communicates with instances of the Lumina desktop. +NOTE: The start-lumina-desktop command is recommended over +.Nm +, refer to the SEE ALSO section. +.Pp +Here are the +.Nm +options: +.Pp +.Bl -tag -width indent +.It Fl -check-geoms +Prompts the desktop to verify and/or match current monitor settings. +.It Fl -version +Returns the currently installed version of Lumina. +.El +.\"------------------------------------------------------------------- +.Sh EXAMPLES +.Bl -tag -width indent +.Pp +.It lumina-desktop --version +"1.2.1" (User's installed version of Lumina.) +.El +.\"------------------------------------------------------------------- +.Sh FILES +.Bl -tag -width indent +.It Pa /usr/local/bin/lumina-desktop +Binary location. +.It Pa /usr/local/share/lumina-desktop/ +Master directory containing sub-directories and auxiliary files +related to the Lumina runtime. +.It Pa ${XDG_CONFIG_HOME}/lumina-desktop/ +Directory containing the user's configuration files. See +https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html +for more information about the environment variable. +.El +.\"------------------------------------------------------------------- +.Sh SEE ALSO +.Xr lumina-open.1, +.Xr start-lumina-desktop.8 +.\"------------------------------------------------------------------- +.Sh AUTHOR +.An Tim Moore +.Aq timmoore88@gmail.com |