diff options
author | Drew DeVault <[email protected]> | 2016-03-31 07:43:05 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2016-03-31 07:43:05 -0400 |
commit | f0b33df3848e46a013aaab184364a46d3c35e1c7 (patch) | |
tree | 07a3e095719d9bfbd2206e17e33e4abade2bf86d /sway/config.c | |
parent | 6db92bbb99461791156b702fc84605f419707384 (diff) | |
parent | 7be476c115d4890f15503853aa36cf0059c8fca8 (diff) |
Merge pull request #560 from mikkeloscar/add-new_window-new_float
Add cmds new_window and new_float
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 |