diff options
Diffstat (limited to 'include/sway/config.h')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index d02b0d63..58b7010e 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -227,6 +227,7 @@ struct bar_config { bool strip_workspace_name; bool binding_mode_indicator; bool verbose; + struct side_gaps gaps; pid_t pid; struct { char *background; |