Skip to content

Commit d5f81d7

Browse files
keymonnikitabobko
authored andcommitted
Add goodie to setup screenshoot shortcut
closes #1339
1 parent 5fd0286 commit d5f81d7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/goodies.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,18 @@ If `automatically-unhide-macos-hidden-apps` isn't enough, you can disable `cmd-h
171171
cmd-alt-h = [] # Disable "hide others"
172172
----
173173

174+
[#screenshoot-shortcut]
175+
== Take screenshots to clipboard using keyboard shortcut
176+
177+
You can configure a custom shortcut take a screenshot.
178+
`screencapture` is a built-in macOS command.
179+
180+
.~/.aerospace.toml
181+
[source,toml]
182+
----
183+
alt-shift-s = 'exec-and-forget screencapture -i -c'
184+
----
185+
174186
[#i3-like-config]
175187
== i3 like config
176188

0 commit comments

Comments
 (0)