mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04: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
|
|
@ -181,6 +181,7 @@ struct sway_config {
|
|||
bool seamless_mouse;
|
||||
|
||||
bool edge_gaps;
|
||||
bool smart_gaps;
|
||||
int gaps_inner;
|
||||
int gaps_outer;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue