Skip to content
  • David Redondo's avatar
    klipper: Fix reading from plasma on wayland · 01641a2e
    David Redondo authored
    When copying something inside the same process that klipper is in,
    reading the data through wayland will not work since we have to do
    so in a blocking way due to how klipper is structured.
    But we can check if we currently own the clipboard and just return that.
    01641a2e