Implement pango support

Implements support for the pango: prefix in the font command.

Closes #1903.
This commit is contained in:
Ryan Dwyer 2018-05-05 12:53:49 +10:00
parent 72ce50737d
commit 556ff5f50e
3 changed files with 15 additions and 4 deletions

View file

@ -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;