Add note about kiwmic

This commit is contained in:
buffet 2021-08-12 16:47:06 +00:00
parent d14d8139b4
commit 36924e171c

View file

@ -15,6 +15,15 @@ New users should be aware of the steep learning curve present, however this wil
Documentation for the API can be found in [lua_docs.md](lua_docs.md). Documentation for the API can be found in [lua_docs.md](lua_docs.md).
Additionally `kiwmic` can be used to send a single lua string to kiwmi for direct evaluation.
For example:
```
$ kiwmic 'return kiwmi:focused_view():id()'
94036737803088.0
```
## Getting Started ## Getting Started
The dependencies required are: The dependencies required are: