add --smart-titles flag to hide_edge_borders

to hide the title bar on workspaces with one child, fix #7409
This commit is contained in:
Guilhem Saurel 2023-12-29 13:12:56 +01:00 committed by Sarunas Valaskevicius
parent 6d25b100a2
commit 934caafe87
5 changed files with 21 additions and 5 deletions

View file

@ -569,6 +569,7 @@ struct sway_config {
enum edge_border_types hide_edge_borders;
enum edge_border_smart_types hide_edge_borders_smart;
bool hide_lone_tab;
bool hide_lone_title;
// border colors
struct {