Closed friday closed 5 years ago
Example:
python2 -c " import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk, Gdk clipboard = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD) clipboard.set_text('[CLIPSTER_TEST]', -1) clipboard.store()"
If I paste with ctrl + v it works, but clipster -o doesn't catch it. I think the owner-change event isn't triggered?
ctrl + v
clipster -o
owner-change
My bad! Messed up my config, so it was using the primary clipboard.
clipster -o -c might be safer in this case.
clipster -o -c
Example:
If I paste with
ctrl + v
it works, butclipster -o
doesn't catch it. I think theowner-change
event isn't triggered?