mirror of
https://github.com/swaywm/sway.git
synced 2024-10-31 21:47:24 +00:00
Merge pull request #1394 from madblobfish/patch-1
Interlink swaymsg to sway(5) and hint that command is interchargeable
This commit is contained in:
parent
ec73c19121
commit
9140627c6e
|
@ -39,9 +39,11 @@ Options
|
||||||
IPC Message Types
|
IPC Message Types
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
*command*::
|
*<command>*::
|
||||||
The message is a sway command (the same commands you can bind to keybindings
|
The message is a sway command (the same commands you can bind to keybindings
|
||||||
in your sway config file). It will be executed immediately.
|
in your sway config file). It will be executed immediately.
|
||||||
|
+
|
||||||
|
See **sway**(5) for a list of commands.
|
||||||
|
|
||||||
*get_workspaces*::
|
*get_workspaces*::
|
||||||
Gets a JSON-encoded list of workspaces and their status.
|
Gets a JSON-encoded list of workspaces and their status.
|
||||||
|
|
Loading…
Reference in a new issue