]> git.sur5r.net Git - i3/i3/blobdiff - man/i3-msg.man
ipc: implement GET_VERSION to find out the i3 version
[i3/i3] / man / i3-msg.man
index 891c6c283dd7ab17fa6db541f5a1007e96865361..6b548d363bb01d5beea1c13835d35b76da429995 100644 (file)
@@ -1,7 +1,7 @@
 i3-msg(1)
 =========
-Michael Stapelberg <michael+i3@stapelberg.de>
-v4.2, January 2012
+Michael Stapelberg <michael@i3wm.org>
+v4.2, August 2012
 
 == NAME
 
@@ -38,6 +38,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_version::
+Gets the version of i3. The reply will be a JSON-encoded dictionary with the
+major, minor, patch and human-readable version.
 
 == DESCRIPTION