swaylock: daemonize after locking

This commit is contained in:
emersion 2018-07-07 18:36:49 +01:00
parent 57fd65c5b5
commit ceb08b6365
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 12 additions and 2 deletions

View file

@ -23,6 +23,7 @@ struct swaylock_args {
uint32_t color;
enum background_mode mode;
bool show_indicator;
bool daemonize;
};
struct swaylock_password {