mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
config: set pango_markup default to false
This commit is contained in:
parent
2dcb54c32a
commit
2a24772c4b
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ char *parse_font(const char *font) {
|
|||
struct config *init_config() {
|
||||
struct config *config = calloc(1, sizeof(struct config));
|
||||
config->status_command = NULL;
|
||||
config->pango_markup = true;
|
||||
config->pango_markup = false;
|
||||
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