-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Auto-Copy to Clipboard #167
Comments
Thanks for the suggestion but I'm not sure this would be particularly useful. There are other tools to that. Plus the notification has been removed some time ago and once swappy is closed there is no way to bring it back up besides creating a new instance. |
Hey! Thanks for the quick reply. May I ask what other tools support this that you may know of? I just figured just insta-copying to clipboard once an SS is made may make things easier for people; as I typically just close the panel after copying so just closing it and knowing it's in my clipboard. Essentially would be more of a QoL change. But regardless, pretty fine without it regardless as it's quite minor, no harm in asking though. Thank you for the awesome tool! |
I'd love to have this feature, even without the notification popup, for e.g. a keyboard shortcut. |
After outputting the file, it can be copied as follows
|
@JosTheDude Since swappy is not a screenshot taking (just screenshot editing) too, this can already be done without any changes to swappy. Simply run the script like this to capture the screenshot:
|
Swappy can already be run to automatically copy to clipboard by using Unix pipes. Swappy saves the image to STDOUT, while wl-copy reads it from STDIN:
|
Hey! I don't know too much C but love Swappy's functionality and simplicity so figured I'd make a feature request here and possibly attempt a PR with my (limited) C knowledge later on if it's not possible.
Essentially, similar to ShareX for a config option to have screenshots with swappy automatically copied to the clipboard and not open the panel unless the notification is clicked / hotkey is run.
The text was updated successfully, but these errors were encountered: