Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/goodies.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,19 @@ If `automatically-unhide-macos-hidden-apps` isn't enough, you can disable `cmd-h
cmd-alt-h = [] # Disable "hide others"
----

[#screenshoot-shortcut]
== Take screenshots to clipboard using keyboard shortcut

You can configure a shorcut to run a external command, for instance take a screenshot to clipboard

.~/.aerospace.toml
[source,toml]
----
alt-shift-s = 'exec-and-forget screencapture -i -c'
----

Note: this might require to remove and enable back AeroSpace in `Screen & System Audio Recording` macosx settings, as link:https://github.com/nikitabobko/AeroSpace/discussions/1335#discussioncomment-12939445[described here].
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment on it's own isn't clear and requires going to the external link, so I will just drop it


[#i3-like-config]
== i3 like config

Expand Down
Loading