mirror of
https://github.com/swaywm/sway.git
synced 2026-05-04 06:46:25 -04:00
gaps & smart_gaps commands + de-hardcode gaps
This commit is contained in:
parent
90f5659136
commit
81a456d68d
7 changed files with 194 additions and 10 deletions
|
|
@ -84,6 +84,10 @@ struct sway_container {
|
|||
double width, height;
|
||||
double saved_width, saved_height;
|
||||
|
||||
bool has_gaps;
|
||||
double gaps_inner;
|
||||
double gaps_outer;
|
||||
|
||||
list_t *children;
|
||||
|
||||
struct sway_container *parent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue