Implement 'smart_gaps' feature from i3-gaps

This commit is contained in:
Mikkel Oscar Lyderik 2016-03-20 12:29:47 +01:00
parent 00c1ce4fda
commit 2935e24cf5
6 changed files with 27 additions and 2 deletions

View file

@ -181,6 +181,7 @@ struct sway_config {
bool seamless_mouse;
bool edge_gaps;
bool smart_gaps;
int gaps_inner;
int gaps_outer;
};