aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-29 16:17:04 -0500
committerGitHub <noreply@github.com>2018-01-29 16:17:04 -0500
commit6ffcb031f9612b347971047f73ce070206048736 (patch)
tree9b19dd5ba396e5240af5c1504c9e9c7831103233
parentfab88cd96a65fac63bb72f44581faed6a26cdd98 (diff)
parent12f6dfec2e2fd13828e21e73e4fa163ce65d8848 (diff)
downloadsway-6ffcb031f9612b347971047f73ce070206048736.zip
sway-6ffcb031f9612b347971047f73ce070206048736.tar.gz
sway-6ffcb031f9612b347971047f73ce070206048736.tar.bz2
Merge pull request #1579 from tmccombs/patch-1
Add description of clipboard command to man page
-rw-r--r--sway/sway.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 750254c..93e942d 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -55,6 +55,9 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
Set border style for focused window to _none_ or _toggle_ between the
available border styles: _normal_, _pixel_, _none_.
+**clipboard** <content>::
+ Store content in the system clipboard, with a MIME type of "text/plain"
+
**exit**::
Exit sway and end your Wayland session.