diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-10-13 01:10:32 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-10-13 01:10:32 +0200 |
| commit | 4ddbb29c0d01681bc81e1e14545cff4f73d2dda0 (patch) | |
| tree | b902e9da70b2a941b683cd1f44bd384eb73b8b8c /swaymsg | |
| parent | 01ada43603a4aaff657b5e0f7c4889c34179c826 (diff) | |
fintune swaymsg manpage
Added a hint where to find the commands.
Also indicate that command is itself not a command,
Diffstat (limited to 'swaymsg')
| -rw-r--r-- | swaymsg/swaymsg.1.txt | 4 |
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 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. |
