naelstrof / slop

slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout.
Other
872 stars 58 forks source link

wayland support #32

Open ddevault opened 9 years ago

ddevault commented 9 years ago

Any chance at wayland support for slop?

naelstrof commented 9 years ago

Wayland's x11 translation works well for slop, I have set up to allow for native Wayland support, but it's not implemented yet.

Maybe in the future sometime, but since it already works in Wayland it's not a high priority.

ddevault commented 9 years ago

Are you sure it works well? My testing shows that it does not.

naelstrof commented 7 years ago

Here you go: https://github.com/naelstrof/slop/tree/slop-wayland

ddevault commented 7 years ago

What compositors are you testing on?

naelstrof commented 7 years ago

Currently I've got it working on gnome's compositor. It doesn't do anything strange, so it should work on any.

It lacks any capacity to select windows though, Wayland doesn't support anything like that.