aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-02-24 10:00:15 +0100
committerFurkan Sahin <furkan-dev@proton.me>2019-02-24 10:00:15 +0100
commitc79c16f1edcb87e1ff998c495b11fa39a788f071 (patch)
tree604c78e79e5ba5c780429a69d5c617ffc0a5cbe4 /include
parentc0e88fb44b70f7e698984b4f1af2f58a00ab5a8a (diff)
add --i3 flag to hide_edge_borders
Enables i3-compatible behavior regarding hiding the title bar on tabbed and stacked containers with one child. Related issues and merge requests: #3031, #3002, #2912, #2987.
Diffstat (limited to 'include')
-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 {
int floating_border_thickness;
enum edge_border_types hide_edge_borders;
enum edge_border_types saved_edge_borders;
+ bool hide_lone_tab;
// border colors
struct {