You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Previously, the `wm` crate contained essentially everything - it's used as a library *and* the entrypoint for both the main executable + cli. This isn't super intuitive, so it's being split out into the following:
```
wm (main app)
wm-cli (cli app)
wm-common (common types/utilities)
wm-ipc-client (small websocket client)
wm-platform (abstractions over Windows apis)
wm-watcher (watcher app)
```
* Change CLI to be a distinct binary from the `wm` crate.
* This means the CLI can be compiled without `uiAccess`, fixing the issue where CLI commands often errors with `Permission denied` (fixes#861, #902).
Describe the bug
Cheatsheet commands do not work when running on CLI. They only work inside
config.yaml
.Reproduction
glazewm start
glazewm focus --direction right
on the left terminalStack trace or error logs (if applicable)
No response
Version number
3.7.0
The text was updated successfully, but these errors were encountered: