diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-03-20 12:29:47 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-03-20 12:29:47 +0100 |
| commit | 4a485ed22f38258cd7990c3101616fed92a7dbe3 (patch) | |
| tree | cce18134cdc904d0d3ba720e245dcf96274f564b /include | |
| parent | 694a6890bbe53568f62e7b4bf3315d9497d8776d (diff) | |
Implement 'smart_gaps' feature from i3-gaps
Diffstat (limited to 'include')
| -rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index d77872ee..9356140d 100644 --- a/include/config.h +++ b/include/config.h @@ -181,6 +181,7 @@ struct sway_config { bool seamless_mouse; bool edge_gaps; + bool smart_gaps; int gaps_inner; int gaps_outer; }; |
