From e41d18d55c04a58afb62f9c293e74cd0b84723c1 Mon Sep 17 00:00:00 2001 From: pony-montana <96387969+pony-montana@users.noreply.github.com> Date: Sat, 9 Sep 2023 11:34:44 +0000 Subject: [PATCH] better now --- dwl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwl.c b/dwl.c index c5121f9..018df97 100644 --- a/dwl.c +++ b/dwl.c @@ -585,7 +585,7 @@ buttonpress(struct wl_listener *listener, void *data) if (locked) break; - 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);