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

@ -55,6 +55,7 @@ struct sway_config {
bool reloading;
bool reading;
bool auto_back_and_forth;
bool seamless_mouse;
int gaps_inner;
int gaps_outer;