aboutsummaryrefslogtreecommitdiffstats
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 afc60a42..1f03610a 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -296,7 +296,7 @@ static void config_defaults(struct sway_config *config) {
296 config->border_thickness = 2; 296 config->border_thickness = 2;
297 config->floating_border_thickness = 2; 297 config->floating_border_thickness = 2;
298 config->hide_edge_borders = E_NONE; 298 config->hide_edge_borders = E_NONE;
299 config->saved_edge_borders = E_NONE; 299 config->hide_edge_borders_smart = ESMART_OFF;
300 config->hide_lone_tab = false; 300 config->hide_lone_tab = false;
301 301
302 // border colors 302 // border colors