* Hot reload
* Add wayland and no-x11-wayland build to CI
* Fix no-x11-wayland build (#160)
* test-commit
* Update workflow
* add cache to rust build
* Fix wayland build
* Fix no-x11-wayland build
* Use new version of pkg and do big think about how make async
* forgot to autofmt
* updates
* Hot reload
* Use new version of pkg and do big think about how make async
* forgot to autofmt
* updates
* requested changes + autoformat again
Co-authored-by: elkowar <5300871+elkowar@users.noreply.github.com>
Daemon response is now a dedicated type that contains information
about failure / success, and used in more commands, such as `open` and
`close`. Thus, this fixes#90 and also fixes#89.
For #90, the decision has been made to not make this independent of the
daemon, as that makes it possible to provide more information, and
because in most cases, users will have the daemon running when checking
windows anyways.