aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/grimshot.1.scd
diff options
context:
space:
mode:
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_