mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
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.
This commit is contained in:
parent
d4b1e71b91
commit
2510e3df38
6 changed files with 33 additions and 12 deletions
|
|
@ -261,6 +261,7 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->floating_border_thickness = 2;
|
||||
config->hide_edge_borders = E_NONE;
|
||||
config->saved_edge_borders = E_NONE;
|
||||
config->hide_lone_tab = false;
|
||||
|
||||
// border colors
|
||||
set_color(config->border_colors.focused.border, 0x4C7899);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue