mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
focused borders on active client after lockscreen
This commit is contained in:
parent
21930621ee
commit
4fc7b0e9d1
1 changed files with 1 additions and 0 deletions
1
dwl.c
1
dwl.c
|
|
@ -2435,6 +2435,7 @@ unlocksession(struct wl_listener *listener, void *data)
|
||||||
{
|
{
|
||||||
SessionLock *lock = wl_container_of(listener, lock, unlock);
|
SessionLock *lock = wl_container_of(listener, lock, unlock);
|
||||||
destroylock(lock, 1);
|
destroylock(lock, 1);
|
||||||
|
arrangelayers(selmon);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue