summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-01-29 16:17:04 -0500
committerLibravatar GitHub <noreply@github.com>2018-01-29 16:17:04 -0500
commit6ffcb031f9612b347971047f73ce070206048736 (patch)
tree9b19dd5ba396e5240af5c1504c9e9c7831103233
parentMerge pull request #1563 from nearffxx/0.15 (diff)
parentAdd description of clipboard command to man page (diff)
downloadsway-6ffcb031f9612b347971047f73ce070206048736.tar.gz
sway-6ffcb031f9612b347971047f73ce070206048736.tar.zst
sway-6ffcb031f9612b347971047f73ce070206048736.zip
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 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