Introduced a new GET_BINDING_MODES message type and reply. (#2376)
This type dumps all currently configured binding modes. fixes #2375
This commit is contained in:
committed by
Michael Stapelberg
parent
63d0823016
commit
b1d70f25b3
@ -62,6 +62,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_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.
|
||||
|
Reference in New Issue
Block a user