From 7432d9b5dad17b3d190b84a61ec8437a77fe8932 Mon Sep 17 00:00:00 2001 From: pony-montana <96387969+pony-montana@users.noreply.github.com> Date: Sat, 9 Sep 2023 10:26:58 +0000 Subject: [PATCH] better now --- dwl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwl.c b/dwl.c index a8c91b2..9091d3a 100644 --- a/dwl.c +++ b/dwl.c @@ -588,7 +588,7 @@ buttonpress(struct wl_listener *listener, void *data) SOMETHING BROKEN HERE. Eliminate this part of code solved the problems described in issue #476. - /* Change focus if the button was _pressed_ over a client */ + Change focus if the button was _pressed_ over a client xytonode(cursor->x, cursor->y, NULL, &c, NULL, NULL, NULL); if (c && (!client_is_unmanaged(c) || client_wants_focus(c))) focusclient(c, 1);