mirror of
https://github.com/swaywm/sway.git
synced 2025-11-16 06:59:49 -05:00
Implement 'smart_gaps' feature from i3-gaps
This commit is contained in:
parent
00c1ce4fda
commit
2935e24cf5
6 changed files with 27 additions and 2 deletions
|
|
@ -170,6 +170,7 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->reading = false;
|
||||
|
||||
config->edge_gaps = true;
|
||||
config->smart_gaps = false;
|
||||
config->gaps_inner = 0;
|
||||
config->gaps_outer = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue