sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 758c60e8366931906fdb61a1a6879441db20362d
parent a82aa2a20d865dd65f2ea9b9efb15d72ab7638a0
Author: madblobfish <madblobfish@users.noreply.github.com>
Date:   Fri, 13 Oct 2017 01:10:32 +0200

fintune swaymsg manpage

Added a hint where to find the commands.
Also indicate that command is itself not a command,
Diffstat:
Mswaymsg/swaymsg.1.txt | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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.