mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Merge pull request #1263 from nyorain/master
Implement get_clipboard ipc message
This commit is contained in:
commit
6d83a59b46
10 changed files with 574 additions and 8 deletions
|
|
@ -65,6 +65,12 @@ IPC Message Types
|
|||
*get_version*::
|
||||
Get JSON-encoded version information for the running instance of sway.
|
||||
|
||||
*get_clipboard*::
|
||||
Get JSON-encoded information about the clipboard.
|
||||
Returns the current clipboard mime-types if called without
|
||||
arguments, otherwise returns the clipboard data in the requested
|
||||
formats. Encodes the data using base64 for non-text mime types.
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue