aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2018-01-27 01:03:52 -0700
committerGitHub <noreply@github.com>2018-01-27 01:03:52 -0700
commit12f6dfec2e2fd13828e21e73e4fa163ce65d8848 (patch)
tree8aaa29efd4647f2d855d63cc6e27b4f9fc596042
parent7c3b0ffc324d913dd1c58b2497c9c36c74580ded (diff)
downloadsway-12f6dfec2e2fd13828e21e73e4fa163ce65d8848.zip
sway-12f6dfec2e2fd13828e21e73e4fa163ce65d8848.tar.gz
sway-12f6dfec2e2fd13828e21e73e4fa163ce65d8848.tar.bz2
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.