summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-22 01:34:32 +0200
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-22 01:39:12 +0200
commitedf33aad29f142c08ad8ecbac7fb859c92d128e3 (patch)
tree49c85672cf9ba8e0fa08994b27b8f37c73be4022 /include
parentSwitch to adjacent output when hitting output edge. (diff)
downloadsway-edf33aad29f142c08ad8ecbac7fb859c92d128e3.tar.gz
sway-edf33aad29f142c08ad8ecbac7fb859c92d128e3.tar.zst
sway-edf33aad29f142c08ad8ecbac7fb859c92d128e3.zip
config: Add "seamless_mouse" to decide if pointer crosses output edges.
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
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 {
55 bool reloading; 55 bool reloading;
56 bool reading; 56 bool reading;
57 bool auto_back_and_forth; 57 bool auto_back_and_forth;
58 bool seamless_mouse;
58 59
59 int gaps_inner; 60 int gaps_inner;
60 int gaps_outer; 61 int gaps_outer;