diff options
author | Ryan Dwyer <[email protected]> | 2018-05-05 12:53:49 +1000 |
---|---|---|
committer | Ryan Dwyer <[email protected]> | 2018-05-06 08:25:22 +1000 |
commit | 556ff5f50efe7372f0147339d6c26ed7008acfd2 (patch) | |
tree | ad5c1774aa51ee8a1755154471fb802c626f55ab /include/sway/config.h | |
parent | 72ce50737d2ac47fdf818e0bdada375ba1208d10 (diff) |
Implement pango support
Implements support for the pango: prefix in the font command.
Closes #1903.
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; |