Åsmund Vikane
Åsmund Vikane
High Sierra did not have as strict security restrictions as the newer versions of macOS.
Ideally signals should be allowed to run and override certain parts of yabai's event handler logic. That would in theory make it possible to run a signal on window_created and...
The property name is `is-floating` and `can-resize` now, so the posted signal is incorrect. I also think `$YABAI_WINDOW_ID` needs to be escaped, `\$YABAI_WINDOW_ID`.
You need to escape the `$YABAI_WINDOW_ID` variable properly, so that it is not evaluated in the config script. See my earlier comment.
Works fine for me on M1, Monterey 12.4. Try to reinstall the scripting addition.
> sudo yabai -m space --focus 2 Don't run regular yabai commands as root.
I'm not particularly interested in doing this, but would not be against a PR where this is optional.
Just to note that the mentioned `SLSTransaction` function family does not work in Monterey 12.5. (Maybe there are entitlements or whatever you can somehow add to your binary to make...
You should not use this rule: `yabai -m rule --add app="^(Finder)$" manage=on`. manage=on is only meant for applications that are not detected by default due to bad accessibility properties.
The v4.0.0 release archive works fine for me on both my M1 Monterey and x64 Big Sur machine, so not sure what is going on here. Maybe I'll just state...