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 fa40ef4e..a0e7e81f 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -305,6 +305,7 @@ struct sway_config { enum sway_container_layout default_layout; char *font; size_t font_height; + bool pango_markup; // Flags bool focus_follows_mouse; |