sbmpost / AutoRaise

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

99 introduce new settings #101

Closed sbmpost closed 2 years ago

sbmpost commented 2 years ago
jornane commented 2 years ago

I use -mouseStop -delay 0 in combination with EXPERIMENTAL_FOCUS_FIRST so that windows under the mouse get focus, but are never raised, but I'm still able to get to the menu bar.

If I read the code correct, that can now be done with -delay 0 -focusDelay 2? Allowing to set an arbitrary delay for focusing is something I've been missing, thanks! :pray: