diff options
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c index f6241a3d..a917d348 100644 --- a/sway/config.c +++ b/sway/config.c @@ -187,7 +187,9 @@ static void config_defaults(struct sway_config *config) { // borders config->border = B_NORMAL; + config->floating_border = B_NORMAL; config->border_thickness = 2; + config->floating_border_thickness = 2; config->hide_edge_borders = E_NONE; // border colors |