summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-03-20 07:45:51 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-03-20 07:45:51 -0400
commit599d6ab65174263cbacb730e674bf20c024c909a (patch)
treecce18134cdc904d0d3ba720e245dcf96274f564b /include
parentMerge pull request #523 from mikkeloscar/slack-key-handler (diff)
parentImplement 'smart_gaps' feature from i3-gaps (diff)
downloadsway-599d6ab65174263cbacb730e674bf20c024c909a.tar.gz
sway-599d6ab65174263cbacb730e674bf20c024c909a.tar.zst
sway-599d6ab65174263cbacb730e674bf20c024c909a.zip
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 {
181 bool seamless_mouse; 181 bool seamless_mouse;
182 182
183 bool edge_gaps; 183 bool edge_gaps;
184 bool smart_gaps;
184 int gaps_inner; 185 int gaps_inner;
185 int gaps_outer; 186 int gaps_outer;
186}; 187};