sbmpost / AutoRaise

AutoRaise (and focus) a window when hovering over it with the mouse
GNU General Public License v3.0
1.42k stars 60 forks source link

Disable AutoRaise When touch ID Prompt is present #179

Closed TimCecil closed 6 months ago

TimCecil commented 6 months ago

Is there a way to keep the touch ID prompt in focus when it is present, or at least disable AutoRaise when it's present and then reenable when it's done.

sbmpost commented 6 months ago

@TimCecil

Ah! Yes AutoRaise can be disabled on a bundle id or application name basis. I don't have touch id myself so I first would have to figure out what the bundle id and/or name is. Thanks for reporting!

TimCecil commented 6 months ago

No problem. If you tell me how or point me to documentation on how to do it. I don't mind finding the information on my system.

sbmpost commented 6 months ago

@TimCecil

Hi again! It turns out, the bundle id for touch id (and password dialogs in general) is

com.apple.SecurityAgent

So all you have to do is copy this in the UI to "Stay focused bundle ids" + confirm with enter. After that, the dialog should no longer lose focus.

sbmpost commented 6 months ago

@TimCecil I am closing this issue as there is a solution which I posted before.