mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-05 12:22:52 +02:00
replace libclipboard with xclip.
This commit is contained in:
parent
ced0a89bbe
commit
11e74459ac
9 changed files with 33 additions and 96 deletions
|
@ -16,6 +16,5 @@ func (h *MessageHandlerCtx) clipboardSet(session types.Session, payload *message
|
|||
return nil
|
||||
}
|
||||
|
||||
h.desktop.WriteClipboard(payload.Text)
|
||||
return nil
|
||||
return h.desktop.WriteClipboard(payload.Text)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue