mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04: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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue