diff --git a/include/config.h b/include/config.h index 3d501cbe..6d36eb41 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; };