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.
This commit is contained in:
Tarmack 2018-10-11 21:51:11 +02:00
parent b80cf982ae
commit 36d9037f2c
6 changed files with 30 additions and 53 deletions

View file

@ -389,7 +389,6 @@ struct sway_config {
bool show_marks;
bool tiling_drag;
bool edge_gaps;
bool smart_gaps;
int gaps_inner;
int gaps_outer;