aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-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 {
57 bool auto_back_and_forth; 57 bool auto_back_and_forth;
58 bool seamless_mouse; 58 bool seamless_mouse;
59 59
60 bool edge_gaps;
60 int gaps_inner; 61 int gaps_inner;
61 int gaps_outer; 62 int gaps_outer;
62}; 63};