-
-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Mouse action 1 doesn't seem to work #1376
Comments
I deferred from this: Basically you have to change this:
to
and it works as expected. As of right now this is in event.c: Line 1086 in 983e0d7
The line number or entire file is, of course, subject to change, but this will get you what you want. It works pretty well so I'm not sure what added benefit the scripting addition brings, but it's probably faster in it's animation? Regardless, it works after you build it with this change and you can keep the config as-is. |
The scripting-addition is used for more performant window movement. I've added an automatic fallback to the slower AX API if the scripting-addition is not available (on master). If you have SIP disabled and it does not work, try reinstalling the scripting-addition, and make sure you have enabled automatic loading: https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(latest-release)#macos-big-sur-and-monterey---automatically-load-scripting-addition-on-startup |
Fixed in the latest release. |
yabai version: yabai-v4.0.2
macOS version: Monterey (12.5.1)
So basically, I cant seem to move any window with my modifier (fn) key. Resize works properly, but move does not work. Here is the output of some commands:
The text was updated successfully, but these errors were encountered: