aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar Vsevolod <kefirchik3@gmail.com>2021-12-10 17:09:29 +0200
committerLibravatar GitHub <noreply@github.com>2021-12-10 16:09:29 +0100
commitf7725011efd3bc2762a0d1002ea5071470962213 (patch)
tree1ae3ada1e24f387829958961c216b2c231fa01f7 /include/sway/config.h
parentFixup headless output names (diff)
downloadsway-f7725011efd3bc2762a0d1002ea5071470962213.tar.gz
sway-f7725011efd3bc2762a0d1002ea5071470962213.tar.zst
sway-f7725011efd3bc2762a0d1002ea5071470962213.zip
Add focused_tab_title
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;