aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
authorLibravatar db <github@benedik.si>2019-02-24 10:00:15 +0100
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-24 15:26:37 -0500
commit2510e3df384d9ab7b27e66c27371ec44606f5d8e (patch)
tree604c78e79e5ba5c780429a69d5c617ffc0a5cbe4 /sway/config.c
parentMake load_include_configs void. Fix some cases where WD would not be restored. (diff)
downloadsway-2510e3df384d9ab7b27e66c27371ec44606f5d8e.tar.gz
sway-2510e3df384d9ab7b27e66c27371ec44606f5d8e.tar.zst
sway-2510e3df384d9ab7b27e66c27371ec44606f5d8e.zip
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 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index 4cd21bbc..48bbd1ea 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -261,6 +261,7 @@ static void config_defaults(struct sway_config *config) {
261 config->floating_border_thickness = 2; 261 config->floating_border_thickness = 2;
262 config->hide_edge_borders = E_NONE; 262 config->hide_edge_borders = E_NONE;
263 config->saved_edge_borders = E_NONE; 263 config->saved_edge_borders = E_NONE;
264 config->hide_lone_tab = false;
264 265
265 // border colors 266 // border colors
266 set_color(config->border_colors.focused.border, 0x4C7899); 267 set_color(config->border_colors.focused.border, 0x4C7899);