mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
Add support for gaps option
This commit is contained in:
parent
2139001c9f
commit
4c688cba4e
6 changed files with 63 additions and 10 deletions
|
@ -41,6 +41,9 @@ struct sway_config {
|
|||
bool active;
|
||||
bool failed;
|
||||
bool reloading;
|
||||
|
||||
int gaps_inner;
|
||||
int gaps_outer;
|
||||
};
|
||||
|
||||
bool load_config(void);
|
||||
|
|
|
@ -48,6 +48,8 @@ struct sway_container {
|
|||
|
||||
char *name;
|
||||
|
||||
int gaps;
|
||||
|
||||
list_t *children;
|
||||
list_t *floating;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue