diff options
author | Tarmack <git@tarmack.eu> | 2018-10-11 21:51:11 +0200 |
---|---|---|
committer | Tarmack <git@tarmack.eu> | 2018-10-13 17:42:49 +0200 |
commit | 36d9037f2c419756b00d1fe2dbeefca278bc2799 (patch) | |
tree | d2300c007bbd28a68fc83d1d36faf459c971186c /sway/config.c | |
parent | b80cf982ae5151775a11a2b579eae41ffa9d3e14 (diff) |
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.
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 1 |
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; |