focused borders on active client after lockscreen

This commit is contained in:
Ben Collerson 2023-03-14 16:04:14 +10:00
parent 21930621ee
commit 4fc7b0e9d1

1
dwl.c
View File

@ -2435,6 +2435,7 @@ unlocksession(struct wl_listener *listener, void *data)
{
SessionLock *lock = wl_container_of(listener, lock, unlock);
destroylock(lock, 1);
arrangelayers(selmon);
}
void