Merge pull request #3310 from KJoke70/patch-1

Update i3-msg.man: added get_config and send_tick
This commit is contained in:
Ingo Bürk 2018-06-15 14:55:49 +02:00 committed by GitHub
commit 8bd31842e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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