aboutsummaryrefslogtreecommitdiff
path: root/contrib/grimshot.1
diff options
context:
space:
mode:
authorPaul Ouellette <oue.paul18@gmail.com>2020-05-07 22:56:25 -0400
committerTudor Brindus <me@tbrindus.ca>2020-05-10 17:25:54 -0400
commitb1d08db5f5112ab562f89564825e3e791b0682c4 (patch)
treeecb943da4c2fb0f323509a2c4d2c950dcfcbc02a /contrib/grimshot.1
parent726d187d3ce83431a2565cc1b423af99da5f7b6b (diff)
Fix some mistakes in grimshot docs
Diffstat (limited to 'contrib/grimshot.1')
-rw-r--r--contrib/grimshot.114
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/grimshot.1 b/contrib/grimshot.1
index 6e764007..a51f3d4d 100644
--- a/contrib/grimshot.1
+++ b/contrib/grimshot.1
@@ -5,7 +5,7 @@
.nh
.ad l
.\" Begin generated content:
-.TH "grimshot" "1" "2020-05-05"
+.TH "grimshot" "1" "2020-05-08"
.P
.SH NAME
.P
@@ -45,14 +45,14 @@ A recommended usage pattern is to just bind this to Super+P via sway:
.RS 4
# Screenshots:
# Cmd+P: Current window
-# Cmd+Shift+p: Select region
+# Cmd+Shift+p: Select area
# Cmd+Alt+p Current output
# Cmd+Ctrl+p Select a window
-bindsym Mod4+p exec grimshot active
-bindsym Mod4+Shift+p exec grimshot region
-bindsym Mod4+Mod1+p exec grimshot output
-bindsym Mod4+Ctrl+p exec grimshot window
+bindsym Mod4+p exec grimshot save active
+bindsym Mod4+Shift+p exec grimshot save area
+bindsym Mod4+Mod1+p exec grimshot save output
+bindsym Mod4+Ctrl+p exec grimshot save window
.fi
.RE
.P
@@ -70,7 +70,7 @@ Captures the currently active window.
Captures the entire screen. This includes all visible outputs.
.P
.RE
-\fIregion\fR
+\fIarea\fR
.RS 4
Allows manually selecting a rectangular region, and captures that.
.P