diff --git a/include/config.h b/include/config.h index 3d501cbe5..6d36eb413 100644 --- a/include/config.h +++ b/include/config.h @@ -24,7 +24,7 @@ struct sway_mode { struct output_config { char *name; - bool enabled; + bool enabled; int width, height; int x, y; };