diff options
author | Drew DeVault <[email protected]> | 2015-11-12 08:02:39 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-11-12 08:02:39 -0500 |
commit | 250097d32b7503b5a3fbb14b4582534ae3957035 (patch) | |
tree | bf91de67850abdce884a2aa03c6b727031ca73d3 /sway/config.c | |
parent | 4397cff7bcef77e7bd1b1ac9b27aef74e44fa50d (diff) |
Fix gaps for views being incorrect
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c index 20e4919d..0b25ee60 100644 --- a/sway/config.c +++ b/sway/config.c @@ -105,7 +105,7 @@ static void config_defaults(struct sway_config *config) { config->seamless_mouse = true; config->reading = false; - config->edge_gaps = false; + config->edge_gaps = true; config->gaps_inner = 0; config->gaps_outer = 0; } |