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

Separate setting for focus delay #99

Closed sbmpost closed 2 years ago

sbmpost commented 2 years ago

When AutoRaise is compiled with EXPERIMENTAL_FOCUS_FIRST, there is no way to delay the focus (only a raise can be delayed). The mouseStop feature helps, but may not be sufficient to reach the menu. So we probably want another delay setting.

Another thing to consider is to turn the ALTERNATIVE_TASK_SWITCHER flag into a setting and by default enable the EXPERIMENTAL_FOCUS_FIRST and OLD_ACTIVATION_METHOD flags for the GUI version.

sbmpost commented 2 years ago

Implemented, closing.