aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-03-20 07:45:51 -0400
committerDrew DeVault <sir@cmpwn.com>2016-03-20 07:45:51 -0400
commit599d6ab65174263cbacb730e674bf20c024c909a (patch)
treecce18134cdc904d0d3ba720e245dcf96274f564b /include
parent00c1ce4fdab3f2618f8719225f46e13949389ac7 (diff)
parent2935e24cf506ea2ab18952b3d525db0ef4d83762 (diff)
downloadsway-599d6ab65174263cbacb730e674bf20c024c909a.tar.xz
Merge pull request #524 from mikkeloscar/smart-gaps
Implement 'smart_gaps' feature from i3-gaps
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
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;
};