summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index a14f4ec6..270c1d86 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -172,7 +172,7 @@ static void config_defaults(struct sway_config *config) {
172 config->default_layout = L_NONE; 172 config->default_layout = L_NONE;
173 config->default_orientation = L_NONE; 173 config->default_orientation = L_NONE;
174 if (!(config->font = strdup("monospace 10"))) goto cleanup; 174 if (!(config->font = strdup("monospace 10"))) goto cleanup;
175 config->font_height = 0; 175 config->font_height = 17; // height of monospace 10
176 176
177 // floating view 177 // floating view
178 config->floating_maximum_width = 0; 178 config->floating_maximum_width = 0;