aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-screenshot/lumina-screenshot.1
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-11-20 17:18:00 -0500
committerKen Moore <ken@ixsystems.com>2017-11-20 17:18:00 -0500
commitf0888f5a1323f3fff19b301c892195faac5e05df (patch)
tree5c1b63642d637ca64614f2c3c116091c4b821c85 /src-qt5/desktop-utils/lumina-screenshot/lumina-screenshot.1
parentBump the version of Lumina to 1.4.0 (diff)
downloadlumina-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/desktop-utils/lumina-screenshot/lumina-screenshot.1')
-rw-r--r--src-qt5/desktop-utils/lumina-screenshot/lumina-screenshot.129
1 files changed, 29 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-screenshot/lumina-screenshot.1 b/src-qt5/desktop-utils/lumina-screenshot/lumina-screenshot.1
new file mode 100644
index 00000000..5743b7be
--- /dev/null
+++ b/src-qt5/desktop-utils/lumina-screenshot/lumina-screenshot.1
@@ -0,0 +1,29 @@
+.Dd November 2, 2017
+.Dt LUMINA-SCREENSHOT 1
+.Os 1.3.3
+
+.Sh NAME
+.Nm lumina-screenshot
+.Nd a utility to take and save screenshots of the desktop.
+
+.Sh SYNOPSIS
+.Nm
+
+.Sh DESCRIPTION
+.Nm
+opens the graphical utility and takes a screenshot.
+Then, it can view, crop, zoom, and save the screenshot.
+There is also an option to open the screenshot with a different
+application.
+There are options to capture the entire session, a single
+screen, a single window, or a selected area.
+By default, the utility is bound to the "PrintScreen" keyboard button.
+
+.Sh FILES
+.Bl -tag -width indent
+.It Pa /usr/local/bin/lumina-screenshot
+.El
+
+.Sh AUTHORS
+.An Aaron St. John and Tim Moore
+.Aq aaron@ixsystems.com
bgstack15