From 2935e24cf506ea2ab18952b3d525db0ef4d83762 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Sun, 20 Mar 2016 12:29:47 +0100 Subject: Implement 'smart_gaps' feature from i3-gaps --- include/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/config.h') 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 { bool seamless_mouse; bool edge_gaps; + bool smart_gaps; int gaps_inner; int gaps_outer; }; -- cgit v1.2.3-54-g00ecf