config: Add "seamless_mouse" to decide if pointer crosses output edges.

This commit is contained in:
S. Christoffer Eliesen 2015-10-22 01:34:32 +02:00
parent fc1bacf034
commit edf33aad29
5 changed files with 18 additions and 1 deletions

View file

@ -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;