summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index c11ccf53..ebcee95b 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -160,7 +160,7 @@ static void config_defaults(struct sway_config *config) {
160 config->dragging_key = M_LEFT_CLICK; 160 config->dragging_key = M_LEFT_CLICK;
161 config->resizing_key = M_RIGHT_CLICK; 161 config->resizing_key = M_RIGHT_CLICK;
162 config->floating_scroll = FSB_GAPS_INNER; 162 config->floating_scroll = FSB_GAPS_INNER;
163 config->default_layout = L_HORIZ; 163 config->default_layout = L_NONE;
164 config->default_orientation = L_NONE; 164 config->default_orientation = L_NONE;
165 config->font = strdup("monospace 10"); 165 config->font = strdup("monospace 10");
166 config->font_height = get_font_text_height(config->font); 166 config->font_height = get_font_text_height(config->font);