aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
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 /sway/config.c
parentFixup headless output names (diff)
downloadsway-f7725011efd3bc2762a0d1002ea5071470962213.tar.gz
sway-f7725011efd3bc2762a0d1002ea5071470962213.tar.zst
sway-f7725011efd3bc2762a0d1002ea5071470962213.zip
Add focused_tab_title
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);