aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg/swaymsg.1.scd
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-07-10 17:49:19 -0700
committerLibravatar GitHub <noreply@github.com>2018-07-10 17:49:19 -0700
commit60bba5a961b646ebfca1df38d8da9df89064cc01 (patch)
treea79c2994ae5b7b958723de84ab807c0d28c1d5cd /swaymsg/swaymsg.1.scd
parentMerge pull request #2232 from ianyfan/ipc (diff)
parentRemove `clipboard` command and `get_clipboard` message (diff)
downloadsway-60bba5a961b646ebfca1df38d8da9df89064cc01.tar.gz
sway-60bba5a961b646ebfca1df38d8da9df89064cc01.tar.zst
sway-60bba5a961b646ebfca1df38d8da9df89064cc01.zip
Merge pull request #2233 from emersion/remove-clipboard
Remove `clipboard` command and `get_clipboard` message
Diffstat (limited to 'swaymsg/swaymsg.1.scd')
-rw-r--r--swaymsg/swaymsg.1.scd6
1 files changed, 0 insertions, 6 deletions
diff --git a/swaymsg/swaymsg.1.scd b/swaymsg/swaymsg.1.scd
index 59a706d4..a6e279da 100644
--- a/swaymsg/swaymsg.1.scd
+++ b/swaymsg/swaymsg.1.scd
@@ -64,9 +64,3 @@ _swaymsg_ [options...] [message]
64 64
65*get\_config* 65*get\_config*
66 Gets a JSON-encoded copy of the current configuration. 66 Gets a JSON-encoded copy of the current configuration.
67
68*get\_clipboard*
69 Get JSON-encoded information about the clipboard.
70 Returns the current clipboard mime-types if called without
71 arguments, otherwise returns the clipboard data in the requested
72 formats. Encodes the data using base64 for non-text mime types.