evilwm may sometimes lose focus after closing a window. This means that evilwm stops responding to keyboard shortcuts, and if no other window is open which the mouse can be moved over to regain focus evilwm becomes unusable and has to be restarted. Patch derived from discussion at https://wiki.archlinux.org/index.php/Evilwm#Lost_focus_bug_fix --- evilwm-1.1.1/client.c +++ evilwm-1.1.1/client.c @@ -172,6 +172,7 @@ * _NET_WM_STATE) */ if (c->remove) { LOG_DEBUG("setting WithdrawnState\n"); + XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime); set_wm_state(c, WithdrawnState); ewmh_withdraw_client(c); } else { put type='hidden' name='id' value='976a49bacc30ee4c77ee7e5da4ba8b4e6f32e70d'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/unzip-CVE-2015-7696.patch
AgeCommit message (Expand)Author