mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Added in default_orientation handling
This commit is contained in:
parent
0a74364656
commit
acb3fbdfb5
5 changed files with 36 additions and 1 deletions
|
|
@ -27,6 +27,8 @@ void config_defaults(struct sway_config *config) {
|
|||
config->current_mode->name = NULL;
|
||||
config->current_mode->bindings = create_list();
|
||||
list_add(config->modes, config->current_mode);
|
||||
config->default_layout = L_NONE;
|
||||
config->default_orientation = L_NONE;
|
||||
// Flags
|
||||
config->focus_follows_mouse = true;
|
||||
config->mouse_warping = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue