Fix some mistakes in grimshot docs
This commit is contained in:
parent
726d187d3c
commit
b1d08db5f5
|
@ -46,7 +46,7 @@ if [ "$ACTION" != "save" ] && [ "$ACTION" != "copy" ] && [ "$ACTION" != "check"
|
||||||
echo " active: Currently active window."
|
echo " active: Currently active window."
|
||||||
echo " screen: All visible outputs."
|
echo " screen: All visible outputs."
|
||||||
echo " output: Currently active output."
|
echo " output: Currently active output."
|
||||||
echo " region: Manually select a region."
|
echo " area: Manually select a region."
|
||||||
echo " window: Manually select a window."
|
echo " window: Manually select a window."
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
.nh
|
.nh
|
||||||
.ad l
|
.ad l
|
||||||
.\" Begin generated content:
|
.\" Begin generated content:
|
||||||
.TH "grimshot" "1" "2020-05-05"
|
.TH "grimshot" "1" "2020-05-08"
|
||||||
.P
|
.P
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.P
|
.P
|
||||||
|
@ -45,14 +45,14 @@ A recommended usage pattern is to just bind this to Super+P via sway:
|
||||||
.RS 4
|
.RS 4
|
||||||
# Screenshots:
|
# Screenshots:
|
||||||
# Cmd+P: Current window
|
# Cmd+P: Current window
|
||||||
# Cmd+Shift+p: Select region
|
# Cmd+Shift+p: Select area
|
||||||
# Cmd+Alt+p Current output
|
# Cmd+Alt+p Current output
|
||||||
# Cmd+Ctrl+p Select a window
|
# Cmd+Ctrl+p Select a window
|
||||||
|
|
||||||
bindsym Mod4+p exec grimshot active
|
bindsym Mod4+p exec grimshot save active
|
||||||
bindsym Mod4+Shift+p exec grimshot region
|
bindsym Mod4+Shift+p exec grimshot save area
|
||||||
bindsym Mod4+Mod1+p exec grimshot output
|
bindsym Mod4+Mod1+p exec grimshot save output
|
||||||
bindsym Mod4+Ctrl+p exec grimshot window
|
bindsym Mod4+Ctrl+p exec grimshot save window
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
|
@ -70,7 +70,7 @@ Captures the currently active window.
|
||||||
Captures the entire screen. This includes all visible outputs.
|
Captures the entire screen. This includes all visible outputs.
|
||||||
.P
|
.P
|
||||||
.RE
|
.RE
|
||||||
\fIregion\fR
|
\fIarea\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Allows manually selecting a rectangular region, and captures that.
|
Allows manually selecting a rectangular region, and captures that.
|
||||||
.P
|
.P
|
||||||
|
|
|
@ -31,14 +31,14 @@ A recommended usage pattern is to just bind this to Super+P via sway:
|
||||||
```
|
```
|
||||||
# Screenshots:
|
# Screenshots:
|
||||||
# Cmd+P: Current window
|
# Cmd+P: Current window
|
||||||
# Cmd+Shift+p: Select region
|
# Cmd+Shift+p: Select area
|
||||||
# Cmd+Alt+p Current output
|
# Cmd+Alt+p Current output
|
||||||
# Cmd+Ctrl+p Select a window
|
# Cmd+Ctrl+p Select a window
|
||||||
|
|
||||||
bindsym Mod4+p exec grimshot active
|
bindsym Mod4+p exec grimshot save active
|
||||||
bindsym Mod4+Shift+p exec grimshot region
|
bindsym Mod4+Shift+p exec grimshot save area
|
||||||
bindsym Mod4+Mod1+p exec grimshot output
|
bindsym Mod4+Mod1+p exec grimshot save output
|
||||||
bindsym Mod4+Ctrl+p exec grimshot window
|
bindsym Mod4+Ctrl+p exec grimshot save window
|
||||||
```
|
```
|
||||||
|
|
||||||
# TARGETS
|
# TARGETS
|
||||||
|
@ -51,7 +51,7 @@ _active_
|
||||||
_screen_
|
_screen_
|
||||||
Captures the entire screen. This includes all visible outputs.
|
Captures the entire screen. This includes all visible outputs.
|
||||||
|
|
||||||
_region_
|
_area_
|
||||||
Allows manually selecting a rectangular region, and captures that.
|
Allows manually selecting a rectangular region, and captures that.
|
||||||
|
|
||||||
_window_
|
_window_
|
||||||
|
|
Loading…
Reference in a new issue