summaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index ab494e78..46ca7cee 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -465,6 +465,7 @@ struct sway_config {
465 int floating_border_thickness; 465 int floating_border_thickness;
466 enum edge_border_types hide_edge_borders; 466 enum edge_border_types hide_edge_borders;
467 enum edge_border_types saved_edge_borders; 467 enum edge_border_types saved_edge_borders;
468 bool hide_lone_tab;
468 469
469 // border colors 470 // border colors
470 struct { 471 struct {