You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing F2 unfocuses (a.k.a. blurs) the window and then refocuses. It doesn't matter what the command is, the same behavior happens if the command is, say sleep 2. (Note: the keypress overlay and notfication are not grabbing focus themselves, they are for demonstrative purposes. even without the overlay/notif focus is still grabbed by sxhkd upon hotkey invocation)
Expected behavior:
Maintain focus on the active window (in this case, firefox) while sxhkd and the ensuing command is invoked.
Observed behavior:
I have this configured in my
.sxhkdrc
:Example:
Pressing
F2
unfocuses (a.k.a. blurs) the window and then refocuses. It doesn't matter what the command is, the same behavior happens if the command is, saysleep 2
. (Note: the keypress overlay and notfication are not grabbing focus themselves, they are for demonstrative purposes. even without the overlay/notif focus is still grabbed by sxhkd upon hotkey invocation)Expected behavior:
Maintain focus on the active window (in this case, firefox) while
sxhkd
and the ensuing command is invoked.Here a site to test window focus: https://www.proginosko.com/test/WindowFocusEvents.html
my specs:
The text was updated successfully, but these errors were encountered: