Focus Stealing Prevention (focus-steal-prevent)

A timer will be reset to the timeout (in ms) on every keystroke. If the timer is active when another window would normally gain focus, the focus is reset to the window that is accepting input.

Category: Window Management

Options

timeout

The timeout (in ms) to prevent focus stealing

A timer will be reset to the timeout (in ms) on every keystroke. If the timer is active when another window would normally gain focus, the focus is reset to the window that is accepting input.

deny_focus_views

Deny focus to views matching this criteria

If a view matches when mapped, focus is reset to the last view with focus.

cancel_keys

Cancel focus stealing prevention on these keys

Cancel focus stealing prevention when any of these keys are pressed. The string consists of keycode names delimited by | character.