From 36d9037f2c419756b00d1fe2dbeefca278bc2799 Mon Sep 17 00:00:00 2001 From: Tarmack Date: Thu, 11 Oct 2018 21:51:11 +0200 Subject: fix_edge_gaps: Allow negative values for outer gaps. While allowing negative values for the outer gaps it is still prevented that negative values move windows out of the container. This replaces the non-i3 option for edge_gaps. --- sway/config.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sway/config.c') 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; -- cgit v1.2.3