diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 1 |
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; }; |