From: Arun Persaud Date: Tue, 21 May 2013 15:32:05 +0000 (-0700) Subject: i3-msg.man: updated man page to include all options X-Git-Tag: 4.6~38 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=55a338c9199af25214893c20b381eb12c73d4553 i3-msg.man: updated man page to include all options -s, -v, -q and -h options were not documented. --- diff --git a/man/i3-msg.man b/man/i3-msg.man index 2f6c2aab..911fc995 100644 --- a/man/i3-msg.man +++ b/man/i3-msg.man @@ -9,7 +9,30 @@ i3-msg - send messages to i3 window manager == SYNOPSIS -i3-msg [-t type] [message] +i3-msg [-q] [-v] [-h] [-s socket] [-t type] [message] + +== OPTIONS + +*-q, --quiet*:: +Only send ipc message and suppress the output of the response. + +*-v, --version*:: +Display version number and exit. + +*-h, --help*:: +Display a short help-message and exit. + +*-s, --socket* 'sock_path':: +i3-msg will use the environment variable I3SOCK or the socket path +given here. If both fail, it will try to get the socket information +from the root window and then try /tmp/i3-ipc.sock before exiting +with an error. + +*-t* 'type':: +Send ipc message, see below. + +*message*:: +Send ipc message, see below. == IPC MESSAGE TYPES