diff options
Diffstat (limited to 'sway/config.h')
-rw-r--r-- | sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.h b/sway/config.h index 62b65723..f55453a3 100644 --- a/sway/config.h +++ b/sway/config.h @@ -24,6 +24,7 @@ struct sway_mode { struct sway_config { list_t *symbols; list_t *modes; + list_t *cmd_queue; struct sway_mode *current_mode; // Flags |