mirror of
https://github.com/swaywm/sway.git
synced 2026-04-30 06:46:24 -04:00
Implement a grace timer for swaylock
This commit is contained in:
parent
d0bb450681
commit
a3e54b6ef0
4 changed files with 28 additions and 1 deletions
|
|
@ -70,6 +70,7 @@ struct swaylock_state {
|
|||
struct swaylock_xkb xkb;
|
||||
enum auth_state auth_state;
|
||||
bool run_display;
|
||||
bool within_grace;
|
||||
struct zxdg_output_manager_v1 *zxdg_output_manager;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue