diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-04 07:37:37 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-04 07:37:37 -0500 |
commit | c3d731ba9333b6bce4e9f6b9a6ee20bbe7967865 (patch) | |
tree | 325b45395cd3ccda48cb7400922fda5b4731b14b /sway/config.c | |
parent | 713c7d6e1eb886de374659d41ae4cab0f4bc3f34 (diff) | |
parent | abc5fbfaec5159de7e3f6043e61c00b81787a9f2 (diff) |
Merge pull request #216 from sce/learn_edge_gaps_0
Learn "gaps edge_gaps <on|off|toggle>".
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c index 7e0b22f9..20e4919d 100644 --- a/sway/config.c +++ b/sway/config.c @@ -105,6 +105,7 @@ static void config_defaults(struct sway_config *config) { config->seamless_mouse = true; config->reading = false; + config->edge_gaps = false; config->gaps_inner = 0; config->gaps_outer = 0; } |