Alex Vanderveen
Alex Vanderveen
I was having the same issue. Was able to fix with these lines in the config ``` yaml - commands: ['ignore'] match: - window_process: { regex: 'ServiceHub'} window_title: { regex:...
Also getting this issue. All shell commands return as a success even if they don't exist. No terminal output is returned
```lua routes = { { filter = { event = "msg_show", }, view = "notify", opts = { level = "info", skip = false, replace = false, } } ```...
Helped with a lot of headache. Hopefully this gets merged.