mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-18 19:47:07 +02:00
xclip multiple clipboard content types.
This commit is contained in:
parent
4602f5f6cf
commit
2d11b4fa56
6 changed files with 112 additions and 18 deletions
|
@ -16,5 +16,5 @@ func (h *MessageHandlerCtx) clipboardSet(session types.Session, payload *message
|
|||
return nil
|
||||
}
|
||||
|
||||
return h.desktop.WriteClipboard(payload.Text)
|
||||
return h.desktop.ClipboardSetPlainText(payload.Text)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue