aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
diff options
context:
space:
mode:
authorBrian Ashworth <RedSoxFan@users.noreply.github.com>2018-10-13 18:49:31 -0400
committerGitHub <noreply@github.com>2018-10-13 18:49:31 -0400
commit350f7d34605264eb029f6f7d88d6a54e81f455ed (patch)
tree874a3157f2778518a87009c35b47de9d5451b257 /sway/config.c
parent782a835175b1fecb427fbbafef4e7518af95329f (diff)
parent02aeb0f0bec90f87acbdbce41d34109b26e9dc5d (diff)
downloadsway-350f7d34605264eb029f6f7d88d6a54e81f455ed.tar.xz
Merge pull request #2823 from tarmack/fix_edge_gaps
Fix edge gaps
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index f239ba1d..89b89464 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -234,7 +234,6 @@ static void config_defaults(struct sway_config *config) {
config->show_marks = true;
config->tiling_drag = true;
- config->edge_gaps = true;
config->smart_gaps = false;
config->gaps_inner = 0;
config->gaps_outer = 0;