mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
replace libclipboard with xclip.
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user