aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index aa71209d..fda0e83f 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -548,12 +548,15 @@ struct sway_config {
548 struct { 548 struct {
549 struct border_colors focused; 549 struct border_colors focused;
550 struct border_colors focused_inactive; 550 struct border_colors focused_inactive;
551 struct border_colors focused_tab_title;
551 struct border_colors unfocused; 552 struct border_colors unfocused;
552 struct border_colors urgent; 553 struct border_colors urgent;
553 struct border_colors placeholder; 554 struct border_colors placeholder;
554 float background[4]; 555 float background[4];
555 } border_colors; 556 } border_colors;
556 557
558 bool has_focused_tab_title;
559
557 // floating view 560 // floating view
558 int32_t floating_maximum_width; 561 int32_t floating_maximum_width;
559 int32_t floating_maximum_height; 562 int32_t floating_maximum_height;