mirror of
https://github.com/swaywm/sway.git
synced 2025-12-13 08:56:29 -05:00
Added plaintext markup configuration
This commit is contained in:
parent
a796ce4f66
commit
53b53dd8c2
7 changed files with 33 additions and 1 deletions
|
|
@ -46,6 +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->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