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, 2 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index 35837212..e4745a5c 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -290,6 +290,8 @@ static void config_defaults(struct sway_config *config) {
290 config->hide_edge_borders_smart = ESMART_OFF; 290 config->hide_edge_borders_smart = ESMART_OFF;
291 config->hide_lone_tab = false; 291 config->hide_lone_tab = false;
292 292
293 config->has_focused_tab_title = false;
294
293 // border colors 295 // border colors
294 color_to_rgba(config->border_colors.focused.border, 0x4C7899FF); 296 color_to_rgba(config->border_colors.focused.border, 0x4C7899FF);
295 color_to_rgba(config->border_colors.focused.background, 0x285577FF); 297 color_to_rgba(config->border_colors.focused.background, 0x285577FF);