summaryrefslogtreecommitdiffstats
path: root/swaymsg/swaymsg.1.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-10-12 19:12:12 -0400
committerLibravatar GitHub <noreply@github.com>2017-10-12 19:12:12 -0400
commit6f794131eb5c9ee0d433d6e0273ce2514a2a868e (patch)
treeb902e9da70b2a941b683cd1f44bd384eb73b8b8c /swaymsg/swaymsg.1.txt
parentFix use-after free introduced by cbe7364 (diff)
parentfintune swaymsg manpage (diff)
downloadsway-6f794131eb5c9ee0d433d6e0273ce2514a2a868e.tar.gz
sway-6f794131eb5c9ee0d433d6e0273ce2514a2a868e.tar.zst
sway-6f794131eb5c9ee0d433d6e0273ce2514a2a868e.zip
Merge pull request #1394 from madblobfish/patch-1
Interlink swaymsg to sway(5) and hint that command is interchargeable
Diffstat (limited to 'swaymsg/swaymsg.1.txt')
-rw-r--r--swaymsg/swaymsg.1.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/swaymsg/swaymsg.1.txt b/swaymsg/swaymsg.1.txt
index 27813588..abc517c8 100644
--- a/swaymsg/swaymsg.1.txt
+++ b/swaymsg/swaymsg.1.txt
@@ -39,9 +39,11 @@ Options
39IPC Message Types 39IPC Message Types
40----------------- 40-----------------
41 41
42*command*:: 42*<command>*::
43 The message is a sway command (the same commands you can bind to keybindings 43 The message is a sway command (the same commands you can bind to keybindings
44 in your sway config file). It will be executed immediately. 44 in your sway config file). It will be executed immediately.
45 +
46 See **sway**(5) for a list of commands.
45 47
46*get_workspaces*:: 48*get_workspaces*::
47 Gets a JSON-encoded list of workspaces and their status. 49 Gets a JSON-encoded list of workspaces and their status.