mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 04:54:14 +01:00
default floating_mod
This commit is contained in:
parent
da2d992563
commit
e0d5486957
@ -27,6 +27,7 @@ void config_defaults(struct sway_config *config) {
|
|||||||
config->current_mode->name = NULL;
|
config->current_mode->name = NULL;
|
||||||
config->current_mode->bindings = create_list();
|
config->current_mode->bindings = create_list();
|
||||||
list_add(config->modes, config->current_mode);
|
list_add(config->modes, config->current_mode);
|
||||||
|
config->floating_mod = 0;
|
||||||
config->default_layout = L_NONE;
|
config->default_layout = L_NONE;
|
||||||
config->default_orientation = L_NONE;
|
config->default_orientation = L_NONE;
|
||||||
// Flags
|
// Flags
|
||||||
@ -35,6 +36,7 @@ void config_defaults(struct sway_config *config) {
|
|||||||
config->reloading = false;
|
config->reloading = false;
|
||||||
config->active = false;
|
config->active = false;
|
||||||
config->failed = false;
|
config->failed = false;
|
||||||
|
|
||||||
config->gaps_inner = 0;
|
config->gaps_inner = 0;
|
||||||
config->gaps_outer = 0;
|
config->gaps_outer = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user