mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
config: Add "seamless_mouse" to decide if pointer crosses output edges.
This commit is contained in:
parent
fc1bacf034
commit
edf33aad29
5 changed files with 18 additions and 1 deletions
|
|
@ -102,6 +102,7 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->active = false;
|
||||
config->failed = false;
|
||||
config->auto_back_and_forth = false;
|
||||
config->seamless_mouse = true;
|
||||
config->reading = false;
|
||||
|
||||
config->gaps_inner = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue