summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Thayne McCombs <astrothayne@gmail.com>2018-01-27 01:03:52 -0700
committerLibravatar GitHub <noreply@github.com>2018-01-27 01:03:52 -0700
commit12f6dfec2e2fd13828e21e73e4fa163ce65d8848 (patch)
tree8aaa29efd4647f2d855d63cc6e27b4f9fc596042
parentMerge pull request #1455 from etam/dbus_dependency (diff)
downloadsway-12f6dfec2e2fd13828e21e73e4fa163ce65d8848.tar.gz
sway-12f6dfec2e2fd13828e21e73e4fa163ce65d8848.tar.zst
sway-12f6dfec2e2fd13828e21e73e4fa163ce65d8848.zip
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 750254c8..93e942d4 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**(
55 Set border style for focused window to _none_ or _toggle_ between the 55 Set border style for focused window to _none_ or _toggle_ between the
56 available border styles: _normal_, _pixel_, _none_. 56 available border styles: _normal_, _pixel_, _none_.
57 57
58**clipboard** <content>::
59 Store content in the system clipboard, with a MIME type of "text/plain"
60
58**exit**:: 61**exit**::
59 Exit sway and end your Wayland session. 62 Exit sway and end your Wayland session.
60 63