aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Paul Ouellette <oue.paul18@gmail.com>2020-05-07 22:56:25 -0400
committerLibravatar Tudor Brindus <me@tbrindus.ca>2020-05-10 17:25:54 -0400
commitb1d08db5f5112ab562f89564825e3e791b0682c4 (patch)
treeecb943da4c2fb0f323509a2c4d2c950dcfcbc02a
parentinput/tablet: simplify parameter plumbing for tablet references (diff)
downloadsway-b1d08db5f5112ab562f89564825e3e791b0682c4.tar.gz
sway-b1d08db5f5112ab562f89564825e3e791b0682c4.tar.zst
sway-b1d08db5f5112ab562f89564825e3e791b0682c4.zip
Fix some mistakes in grimshot docs
-rwxr-xr-xcontrib/grimshot2
-rw-r--r--contrib/grimshot.114
-rw-r--r--contrib/grimshot.1.scd12
3 files changed, 14 insertions, 14 deletions
diff --git a/contrib/grimshot b/contrib/grimshot
index 2e30c69e..24580dcd 100755
--- a/contrib/grimshot
+++ b/contrib/grimshot
@@ -46,7 +46,7 @@ if [ "$ACTION" != "save" ] && [ "$ACTION" != "copy" ] && [ "$ACTION" != "check"
46 echo " active: Currently active window." 46 echo " active: Currently active window."
47 echo " screen: All visible outputs." 47 echo " screen: All visible outputs."
48 echo " output: Currently active output." 48 echo " output: Currently active output."
49 echo " region: Manually select a region." 49 echo " area: Manually select a region."
50 echo " window: Manually select a window." 50 echo " window: Manually select a window."
51 exit 51 exit
52fi 52fi
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 @@
5.nh 5.nh
6.ad l 6.ad l
7.\" Begin generated content: 7.\" Begin generated content:
8.TH "grimshot" "1" "2020-05-05" 8.TH "grimshot" "1" "2020-05-08"
9.P 9.P
10.SH NAME 10.SH NAME
11.P 11.P
@@ -45,14 +45,14 @@ A recommended usage pattern is to just bind this to Super+P via sway:
45.RS 4 45.RS 4
46# Screenshots: 46# Screenshots:
47# Cmd+P: Current window 47# Cmd+P: Current window
48# Cmd+Shift+p: Select region 48# Cmd+Shift+p: Select area
49# Cmd+Alt+p Current output 49# Cmd+Alt+p Current output
50# Cmd+Ctrl+p Select a window 50# Cmd+Ctrl+p Select a window
51 51
52bindsym Mod4+p exec grimshot active 52bindsym Mod4+p exec grimshot save active
53bindsym Mod4+Shift+p exec grimshot region 53bindsym Mod4+Shift+p exec grimshot save area
54bindsym Mod4+Mod1+p exec grimshot output 54bindsym Mod4+Mod1+p exec grimshot save output
55bindsym Mod4+Ctrl+p exec grimshot window 55bindsym Mod4+Ctrl+p exec grimshot save window
56.fi 56.fi
57.RE 57.RE
58.P 58.P
@@ -70,7 +70,7 @@ Captures the currently active window.
70Captures the entire screen. This includes all visible outputs. 70Captures the entire screen. This includes all visible outputs.
71.P 71.P
72.RE 72.RE
73\fIregion\fR 73\fIarea\fR
74.RS 4 74.RS 4
75Allows manually selecting a rectangular region, and captures that. 75Allows manually selecting a rectangular region, and captures that.
76.P 76.P
diff --git a/contrib/grimshot.1.scd b/contrib/grimshot.1.scd
index afc6362e..b2877976 100644
--- a/contrib/grimshot.1.scd
+++ b/contrib/grimshot.1.scd
@@ -31,14 +31,14 @@ A recommended usage pattern is to just bind this to Super+P via sway:
31``` 31```
32# Screenshots: 32# Screenshots:
33# Cmd+P: Current window 33# Cmd+P: Current window
34# Cmd+Shift+p: Select region 34# Cmd+Shift+p: Select area
35# Cmd+Alt+p Current output 35# Cmd+Alt+p Current output
36# Cmd+Ctrl+p Select a window 36# Cmd+Ctrl+p Select a window
37 37
38bindsym Mod4+p exec grimshot active 38bindsym Mod4+p exec grimshot save active
39bindsym Mod4+Shift+p exec grimshot region 39bindsym Mod4+Shift+p exec grimshot save area
40bindsym Mod4+Mod1+p exec grimshot output 40bindsym Mod4+Mod1+p exec grimshot save output
41bindsym Mod4+Ctrl+p exec grimshot window 41bindsym Mod4+Ctrl+p exec grimshot save window
42``` 42```
43 43
44# TARGETS 44# TARGETS
@@ -51,7 +51,7 @@ _active_
51_screen_ 51_screen_
52 Captures the entire screen. This includes all visible outputs. 52 Captures the entire screen. This includes all visible outputs.
53 53
54_region_ 54_area_
55 Allows manually selecting a rectangular region, and captures that. 55 Allows manually selecting a rectangular region, and captures that.
56 56
57_window_ 57_window_