mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
fintune swaymsg manpage
Added a hint where to find the commands. Also indicate that command is itself not a command,
This commit is contained in:
parent
a82aa2a20d
commit
758c60e836
|
@ -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