diff options
author | emersion <contact@emersion.fr> | 2018-05-05 23:38:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 23:38:09 +0100 |
commit | 54265bf65e2b6a799d68c72c0c43a2f8dd5b6f11 (patch) | |
tree | ad5c1774aa51ee8a1755154471fb802c626f55ab /include/sway/config.h | |
parent | 72ce50737d2ac47fdf818e0bdada375ba1208d10 (diff) | |
parent | 556ff5f50efe7372f0147339d6c26ed7008acfd2 (diff) |
Merge pull request #1917 from RyanDwyer/pango-markup
Implement pango support
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; |