aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMartin <KJoke70@users.noreply.github.com>2018-06-15 14:37:14 +0200
committerGitHub <noreply@github.com>2018-06-15 14:37:14 +0200
commit5debba0d1c25cf3d7b410e1e03e49181b8cebb3b (patch)
tree21d58be76ffcad8f457632cd7478a88ecb28cff1 /man
parent997459a1db158ccab84eef787a644bd617c37071 (diff)
downloadi3-5debba0d1c25cf3d7b410e1e03e49181b8cebb3b.tar.gz
i3-5debba0d1c25cf3d7b410e1e03e49181b8cebb3b.zip
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).
Diffstat (limited to 'man')
-rw-r--r--man/i3-msg.man6
1 files changed, 6 insertions, 0 deletions
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