mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Implement pango support
Implements support for the pango: prefix in the font command. Closes #1903.
This commit is contained in:
parent
72ce50737d
commit
556ff5f50e
3 changed files with 15 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue