add wait-for-mapped option

This commit is contained in:
valoq 2026-05-28 15:22:37 +02:00
parent 4bf60d0fbc
commit 5b87139670
No known key found for this signature in database
9 changed files with 121 additions and 9 deletions

View file

@ -237,6 +237,7 @@ struct config {
char32_t *word_delimiters;
bool login_shell;
bool locked_title;
bool wait_for_mapped;
struct {
enum conf_size_type type;