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 { 88bd9a11b7bd431877130dd80f1d548f2'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-environment.sh
AgeCommit message (Expand)Author
2019-11-22environment: Document that '--manifest' can be repeated....Ludovic Courtès
2019-08-22Merge branch 'master' into core-updatesMark H Weaver
2019-08-17tests: Move 'guix environment -C --no-cwd' test where it belongs....Ludovic Courtès
2019-07-12Merge branch 'master' into core-updates...Marius Bakke
2019-07-08scripts: environment: Add --no-cwd....Carl Dong
2019-06-14tests: Make builds less expensive....Ludovic Courtès
2019-05-07environment: Non ad-hoc mode also honors transformation options....Ludovic Courtès
2019-03-04environment: Rename '--inherit' to '--preserve'....Ludovic Courtès
2019-03-04environment: Remove deprecated -E/--exec option....Ludovic Courtès
2019-02-16environment: Add '--inherit'....Ludovic Courtès
2018-12-17environment: Support package transformation options....Ludovic Courtès
2018-02-21environment: Add --manifest option....David Thompson
2017-06-21environment: Disable profile collision checks....Ludovic Courtès