mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
swaylock: clear password after 10 seconds
This commit is contained in:
parent
c242712262
commit
fa11b7f701
2 changed files with 22 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ struct swaylock_password {
|
|||
struct swaylock_state {
|
||||
struct loop *eventloop;
|
||||
struct loop_event *clear_indicator_timer; // clears the indicator
|
||||
struct loop_event *clear_password_timer; // clears the password buffer
|
||||
struct wl_display *display;
|
||||
struct wl_compositor *compositor;
|
||||
struct zwlr_layer_shell_v1 *layer_shell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue