]> git.sur5r.net Git - i3/i3/blobdiff - man/i3-msg.man
Merge pull request #3430 from Synray/aspect_ratio
[i3/i3] / man / i3-msg.man
index 000d9bf2026ae79c61fef6f1e06c4747cf1d285b..04c719007c9dbf5c46ea5ac3750b9a4e34ae6ada 100644 (file)
@@ -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,10 +62,19 @@ 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.
 
+get_config::
+Gets the currently loaded i3 configuration.
+
+send_tick::
+Sends a tick to all IPC connections which subscribe to tick events.
+
 == DESCRIPTION
 
 i3-msg is a sample implementation for a client using the unix socket IPC