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 { 25b02651b5d83b4e423ad37'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/acl.scm
AgeCommit message (Expand)Author
2018-02-16Merge branch 'master' into core-updatesMark H Weaver
2018-02-16gnu: Use HTTPS for supported nongnu.org home pages....Tobias Geerinckx-Rice
2017-11-09gnu: acl: Fix test regression with perl-5.26....Efraim Flashner
2017-11-04gnu: acl: Fix typo....Leo Famulari
2017-11-04gnu: acl: Enable tests....Kei Kebreau
2017-10-19gnu: acl: Use 'modify-phases' syntax....Efraim Flashner
2016-09-28gnu: Add and use gettext-minimal....Alex Kost
2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost