mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 18:24:16 +00:00
focused borders on active client after lockscreen
This commit is contained in:
parent
21930621ee
commit
4fc7b0e9d1
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…
x
Reference in New Issue
Block a user