alt (option) click hiding behavior #1440
Replies: 2 comments 2 replies
-
I don't know if that helps. |
Beta Was this translation helpful? Give feedback.
-
Uh, likely happened in this commit: d4aa4c9 Edit: That commit changed the location of where we start tapping events from macOS, because there was a bug where we sometimes didn't detect the correct window, because it is possible to perform a mouse event on a window without the pointer being inside the visible screen rect of the window. By changing location of where we start monitoring events, macOS will annotate the events with less/more information, and in this case it populates the window id of the window which is supposed to handle said event. |
Beta Was this translation helpful? Give feedback.
-
I've used
yabai -m config mouse_modifier alt
for years without any trouble. alt + left click lets me resize windows with the mouse. Suddenly, it's reverted to hiding behavior, i.e. clicking an unfocused window hides all other windows on that desktop, which makes it impossible to use the resize feature.Everything I've found about this online suggests it's a hardcoded, immutable setting in MacOS. I would believe that except that this just recently stopped working, maybe coinciding with an OS update or yabai update? This is an M1 on 12.6.
Anybody else using alt and seen this behavior? Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions