From edf33aad29f142c08ad8ecbac7fb859c92d128e3 Mon Sep 17 00:00:00 2001 From: "S. Christoffer Eliesen" Date: Thu, 22 Oct 2015 01:34:32 +0200 Subject: config: Add "seamless_mouse" to decide if pointer crosses output edges. --- include/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/config.h b/include/config.h index 2a8e36fa..56fba691 100644 --- a/include/config.h +++ b/include/config.h @@ -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; -- cgit v1.2.3