aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-04 07:37:37 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-04 07:37:37 -0500
commitc3d731ba9333b6bce4e9f6b9a6ee20bbe7967865 (patch)
tree325b45395cd3ccda48cb7400922fda5b4731b14b /include
parent713c7d6e1eb886de374659d41ae4cab0f4bc3f34 (diff)
parentabc5fbfaec5159de7e3f6043e61c00b81787a9f2 (diff)
Merge pull request #216 from sce/learn_edge_gaps_0
Learn "gaps edge_gaps <on|off|toggle>".
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 56fba691..636d3ec0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -57,6 +57,7 @@ struct sway_config {
bool auto_back_and_forth;
bool seamless_mouse;
+ bool edge_gaps;
int gaps_inner;
int gaps_outer;
};