mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Add focus_follows_mouse always. (#3081)
* Add focus_follows_mouse_mode. * Fail if focus_follows_mouse is invalid. * Fix indentation.
This commit is contained in:
parent
001ec1f3fd
commit
4a21981855
4 changed files with 22 additions and 7 deletions
|
|
@ -220,7 +220,7 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->floating_minimum_height = 50;
|
||||
|
||||
// Flags
|
||||
config->focus_follows_mouse = true;
|
||||
config->focus_follows_mouse = FOLLOWS_YES;
|
||||
config->mouse_warping = WARP_OUTPUT;
|
||||
config->focus_wrapping = WRAP_YES;
|
||||
config->validating = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue