aboutsummaryrefslogtreecommitdiff
path: root/swaymsg/swaymsg.1.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-08 11:05:54 -0400
committerGitHub <noreply@github.com>2017-10-08 11:05:54 -0400
commit6d83a59b461d07c4c9c5ee5809da658f5c56afc3 (patch)
tree6fd6b55d7f335a3fb4a2f06d81417464087f1dfc /swaymsg/swaymsg.1.txt
parent5ecedc7199fcd9788ae2d96f0ed1f25a2cbe7364 (diff)
parent1cca551c6fc69bca76a4992b33ef685371cac26b (diff)
Merge pull request #1263 from nyorain/master
Implement get_clipboard ipc message
Diffstat (limited to 'swaymsg/swaymsg.1.txt')
-rw-r--r--swaymsg/swaymsg.1.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/swaymsg/swaymsg.1.txt b/swaymsg/swaymsg.1.txt
index 1466a0fa..27813588 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
-------