]> git.sur5r.net Git - i3/i3/blobdiff - man/i3-msg.man
Replace http:// with https:// where applicable
[i3/i3] / man / i3-msg.man
index 911fc995c47bd1b7acaddecaa428fe1d7b895118..7f050f594861b5d30962d58ae5f61435ddbf9a3d 100644 (file)
@@ -29,7 +29,7 @@ from the root window and then try /tmp/i3-ipc.sock before exiting
 with an error.
 
 *-t* 'type'::
-Send ipc message, see below.
+Send ipc message, see below. This option defaults to "command".
 
 *message*::
 Send ipc message, see below.
@@ -48,7 +48,7 @@ workspaces.
 get_outputs::
 Gets the current outputs. The reply will be a JSON-encoded list of outputs (see
 the reply section of docs/ipc, e.g. at
-http://i3wm.org/docs/ipc.html#_receiving_replies_from_i3).
+https://i3wm.org/docs/ipc.html#_receiving_replies_from_i3).
 
 get_tree::
 Gets the layout tree. i3 uses a tree as data structure which includes every
@@ -62,6 +62,9 @@ get_bar_config::
 Gets the configuration (as JSON map) of the workspace bar with the given ID. If
 no ID is provided, an array with all configured bar IDs is returned instead.
 
+get_binding_modes::
+Gets a list of configured binding modes.
+
 get_version::
 Gets the version of i3. The reply will be a JSON-encoded dictionary with the
 major, minor, patch and human-readable version.
@@ -89,7 +92,7 @@ i3-msg -t get_tree
 === I3SOCK
 
 If no ipc-socket is specified on the commandline, this variable is used
-to determine the path, at wich the unix domain socket is expected, on which
+to determine the path, at which the unix domain socket is expected, on which
 to connect to i3.
 
 == SEE ALSO