You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this awesome little tool. It is the sweet spot in terms of complexity/features for me.
I've been using it on wayland/sway for a while with no issues. Lately I've found myself on x11/i3 for various reasons and wanted to recreate my tooling around screenshots/screencapture.
I wasn't expecting swappy to work in x11 (since it brands itself as wayland-native), but most of it does apparently. The only thing that doesn't currently work is copying to clipboard.
Swappy complains that one of wl-copy, xclip or others needs to be installed. I do have xclip, but it still fails.
There is no standard way to access clipboard API in Linux as far as I know. And as you mentioned swappy is targeting wayland ecyosystem. So relying to external tool is not ideal but I don't see a better way at the moment. The workaround provided by @n3oney would do the trick I believe.
swappy version 1.5.1
Thanks for this awesome little tool. It is the sweet spot in terms of complexity/features for me.
I've been using it on wayland/sway for a while with no issues. Lately I've found myself on x11/i3 for various reasons and wanted to recreate my tooling around screenshots/screencapture.
I wasn't expecting
swappy
to work in x11 (since it brands itself as wayland-native), but most of it does apparently. The only thing that doesn't currently work is copying to clipboard.Swappy complains that one of
wl-copy
,xclip
or others needs to be installed. I do havexclip
, but it still fails.The responsible line in code seems to be here:
swappy/src/clipboard.c
Line 35 in 596b9a8
As far as I can see,
swappy
warns that some clipboard utility must be present, but the only one it actually tries to use iswl-copy
.Am I right here? Could we alter the behaviour to actually try the alternatives as well?
Thanks in advance. :)
The text was updated successfully, but these errors were encountered: