diff options
author | Eric Bavier <bavier@posteo.net> | 2022-02-24 22:52:51 -0600 |
---|---|---|
committer | Eric Bavier <bavier@posteo.net> | 2022-02-24 22:56:53 -0600 |
commit | e725b24d119b47fcfceb9e9ba79ee832318c289e (patch) | |
tree | 7cd09526c16955c47ec21ecb427087025cc41669 /gnu/packages/patches | |
parent | 207a1625e937f916506d00ba1407c5baf27791b6 (diff) | |
download | guix-e725b24d119b47fcfceb9e9ba79ee832318c289e.tar guix-e725b24d119b47fcfceb9e9ba79ee832318c289e.tar.gz |
gnu: evilwm: Update to 1.3.1.
* gnu/packages/wm.scm (evilwm): Update to 1.3.1.
[source]: Remove patch.
* gnu/packages/patches/evilwm-lost-focus-bug.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/evilwm-lost-focus-bug.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/patches/evilwm-lost-focus-bug.patch b/gnu/packages/patches/evilwm-lost-focus-bug.patch deleted file mode 100644 index af24af8fe9..0000000000 --- a/gnu/packages/patches/evilwm-lost-focus-bug.patch +++ /dev/null @@ -1,18 +0,0 @@ -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 { |