Replies: 1 comment 7 replies
-
It would need to be a plugin (because only the compositor can access clients' data), and you would need some kind of IPC with the browser to know when text is selected. I don't think I've seen this anywhere so it might get pretty complicated. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building an app that relies on the coordinates of
highlighted text
on the desktop.The workflow would go like
Is that doable?
Beta Was this translation helpful? Give feedback.
All reactions