From: Martin Date: Fri, 15 Jun 2018 12:37:14 +0000 (+0200) Subject: Update i3-msg.man: added get_config and send_tick X-Git-Tag: 4.16~75^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5debba0d1c25cf3d7b410e1e03e49181b8cebb3b;p=i3%2Fi3 Update i3-msg.man: added get_config and send_tick Added get_config and send_tick which are mentioned [here](https://i3wm.org/docs/ipc.html). --- diff --git a/man/i3-msg.man b/man/i3-msg.man index 7f050f59..04c71900 100644 --- a/man/i3-msg.man +++ b/man/i3-msg.man @@ -69,6 +69,12 @@ 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