~ruther/dwl

569f55401693c9d2850f056f20ca2bd5bd5977fd — Leonardo Hernández Hernández 2 years ago b59c7f6
don't unfocus focused client when starting a drag

this fix chromium keyboard focus loss after a drag
Fix: 3cc22de712415342e4865eef099fcfde49bcf734
1 files changed, 0 insertions(+), 3 deletions(-)

M dwl.c
M dwl.c => dwl.c +0 -3
@@ 2265,9 2265,6 @@ void
startdrag(struct wl_listener *listener, void *data)
{
	struct wlr_drag *drag = data;
	/* During drag the focus isn't sent to clients, this causes that
	 * we don't update border color acording the pointer coordinates */
	focusclient(NULL, 0);

	if (!drag->icon)
		return;

Do not follow this link