aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-12 19:12:12 -0400
committerDrew DeVault <sir@cmpwn.com>2017-10-16 21:03:31 -0400
commit9140627c6e37668987027d05807ab4f1b0af480d (patch)
treeb902e9da70b2a941b683cd1f44bd384eb73b8b8c
parentec73c19121c5edf1176578c6b65c9d1bbfa721e0 (diff)
downloadsway-9140627c6e37668987027d05807ab4f1b0af480d.zip
sway-9140627c6e37668987027d05807ab4f1b0af480d.tar.gz
sway-9140627c6e37668987027d05807ab4f1b0af480d.tar.bz2
Merge pull request #1394 from madblobfish/patch-1
Interlink swaymsg to sway(5) and hint that command is interchargeable
-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 2781358..abc517c 100644
--- a/swaymsg/swaymsg.1.txt
+++ b/swaymsg/swaymsg.1.txt
@@ -39,9 +39,11 @@ Options
IPC Message Types
-----------------
-*command*::
+*<command>*::
The message is a sway command (the same commands you can bind to keybindings
in your sway config file). It will be executed immediately.
+ +
+ See **sway**(5) for a list of commands.
*get_workspaces*::
Gets a JSON-encoded list of workspaces and their status.