summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-04 07:37:37 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-04 07:37:37 -0500
commitc3d731ba9333b6bce4e9f6b9a6ee20bbe7967865 (patch)
tree325b45395cd3ccda48cb7400922fda5b4731b14b /include/config.h
parentMerge pull request #215 from sce/gaps (diff)
parentLearn "gaps edge_gaps <on|off|toggle>". (diff)
downloadsway-c3d731ba9333b6bce4e9f6b9a6ee20bbe7967865.tar.gz
sway-c3d731ba9333b6bce4e9f6b9a6ee20bbe7967865.tar.zst
sway-c3d731ba9333b6bce4e9f6b9a6ee20bbe7967865.zip
Merge pull request #216 from sce/learn_edge_gaps_0
Learn "gaps edge_gaps <on|off|toggle>".
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};