diff options
| author | nyorain <nyorain@gmail.com> | 2017-07-07 21:51:34 +0200 |
|---|---|---|
| committer | nyorain <nyorain@gmail.com> | 2017-07-07 21:51:34 +0200 |
| commit | c0f2acce4e08eecdcf29058335aece113467daee (patch) | |
| tree | 7f871abe8b5d1cdf4a74512810d68e9e66f0d57f /swaymsg/swaymsg.1.txt | |
| parent | 42547cafb64be99debf5cbcd5986e2c1fa30216a (diff) | |
Rework get_clipboard implementation
Diffstat (limited to 'swaymsg/swaymsg.1.txt')
| -rw-r--r-- | swaymsg/swaymsg.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/swaymsg/swaymsg.1.txt b/swaymsg/swaymsg.1.txt index 1f03bee3..6fd08e81 100644 --- a/swaymsg/swaymsg.1.txt +++ b/swaymsg/swaymsg.1.txt @@ -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 ------- |
