mirror of
https://github.com/swaywm/sway.git
synced 2025-12-13 08:56:29 -05:00
Renamed to pango_markup
This commit is contained in:
parent
ee4e245f16
commit
0f1cfdec61
9 changed files with 18 additions and 18 deletions
|
|
@ -46,7 +46,7 @@ char *parse_font(const char *font) {
|
|||
struct config *init_config() {
|
||||
struct config *config = calloc(1, sizeof(struct config));
|
||||
config->status_command = NULL;
|
||||
config->plaintext_markup = true;
|
||||
config->pango_markup = true;
|
||||
config->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
|
||||
config->font = strdup("monospace 10");
|
||||
config->mode = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue