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
do the copied items have an information about the source where they come from
No, but it's straightforward to implement using the Shell API by querying the active window information when the copy request was done and then appending it into the ClipboardContent object. Sure, it will slow down the process but it should be negligible (it's probably how PastePal does it on macOS as well -- same concept with a different implementation detail).
As I checked, gnome-shell clipboard API doesn't expose the owner of the clipboard. Only relying on the focused window can be inconsistent. So I will not be implementing this feature.
It would be nice to see a small icon of an app where a given copied item comes from. It would help to distinguish the items on the list a bit.
Feature inspired by https://onmyway133.com/pastepal/.
The text was updated successfully, but these errors were encountered: