aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/grimshot.1.scd
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 /contrib/grimshot.1.scd
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
Diffstat (limited to 'contrib/grimshot.1.scd')
-rw-r--r--contrib/grimshot.1.scd12
1 files changed, 6 insertions, 6 deletions
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_