dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 569f55401693c9d2850f056f20ca2bd5bd5977fd
parent b59c7f6a2e263a67983bed69cd733fe2e5ab0ee6
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Sat, 19 Nov 2022 01:34:15 -0600

don't unfocus focused client when starting a drag

this fix chromium keyboard focus loss after a drag
Fix: 3cc22de712415342e4865eef099fcfde49bcf734

Diffstat:
Mdwl.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/dwl.c b/dwl.c @@ -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;