mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
smart_borders: separate smartness from edge types
This commit is contained in:
parent
38b37247ff
commit
3975ca28c2
6 changed files with 24 additions and 19 deletions
|
|
@ -296,7 +296,7 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->border_thickness = 2;
|
||||
config->floating_border_thickness = 2;
|
||||
config->hide_edge_borders = E_NONE;
|
||||
config->saved_edge_borders = E_NONE;
|
||||
config->hide_edge_borders_smart = ESMART_OFF;
|
||||
config->hide_lone_tab = false;
|
||||
|
||||
// border colors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue