aboutsummaryrefslogtreecommitdiff
path: root/sway/lock.c
AgeCommit message (Collapse)Author
2022-11-11lock: fix crash on output destroySimon Ser
Closes: https://github.com/swaywm/sway/issues/7120
2022-10-28Rework session lock keyboard focus handlingDaniel De Graaf
When removing outputs, it is possible to end up in a situation where none of the session lock client's surfaces have keyboard focus, resulting in it not receiving keyboard events. Track the focused surface and update it as needed on surface destroy.
2022-04-29Implement ext-session-lock-v1Daniel De Graaf