don't unfocus focused client when starting a drag
this fix chromium keyboard focus loss after a drag
Fix: 3cc22de712
This commit is contained in:
parent
b59c7f6a2e
commit
569f554016
3
dwl.c
3
dwl.c
@ -2265,9 +2265,6 @@ void
|
|||||||
startdrag(struct wl_listener *listener, void *data)
|
startdrag(struct wl_listener *listener, void *data)
|
||||||
{
|
{
|
||||||
struct wlr_drag *drag = 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)
|
if (!drag->icon)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user