mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Add support for gaps option
This commit is contained in:
parent
2139001c9f
commit
4c688cba4e
6 changed files with 63 additions and 10 deletions
|
|
@ -170,6 +170,8 @@ void config_defaults(struct sway_config *config) {
|
|||
config->reloading = false;
|
||||
config->active = false;
|
||||
config->failed = false;
|
||||
config->gaps_inner = 0;
|
||||
config->gaps_outer = 0;
|
||||
}
|
||||
|
||||
bool read_config(FILE *file, bool is_active) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue