I've been using xfce4-screenshooter for a long time now and I really like how it does things. Particularly I like how:
And I think it'd be really cool to offer something like this as a frontend to swaygrab, or at least adding functionality to swaygrab in a way that'd make implementing a frontend very easy.
Because for the moment I have PrintScreen mapped to just run swaygrab and I would like a better solution.
I think that would be an interesting project, but it should be a third party one. I don't want to do that upstream.
Sounds fair! I think that potentially offering the functionality to do the click-and-crop in the command-line version would be useful though. Should I open another issue for that?
No, that's already on the roadmap and won't be possible until wlroots is ready.
Sounds good!
Until wlroots is ready you can use slop and imagemagick to get a screenshot of selection:
swaygrab /tmp/sshot.png
convert /tmp/sshot.png -crop "$(slop)" /tmp/sshot.png
Most helpful comment
Until wlroots is ready you can use slop and imagemagick to get a screenshot of selection: