summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-10-21 19:44:23 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-10-21 19:44:23 -0400
commit15d0739f73b5486653ad4f8e1e50ebbfb1b415af (patch)
tree49c85672cf9ba8e0fa08994b27b8f37c73be4022 /include/config.h
parentMerge pull request #197 from sce/configure_outputs_during_reload_ (diff)
parentconfig: Add "seamless_mouse" to decide if pointer crosses output edges. (diff)
downloadsway-15d0739f73b5486653ad4f8e1e50ebbfb1b415af.tar.gz
sway-15d0739f73b5486653ad4f8e1e50ebbfb1b415af.tar.zst
sway-15d0739f73b5486653ad4f8e1e50ebbfb1b415af.zip
Merge pull request #199 from sce/mouse_cross_output_edge_simple
Switch to adjacent output when hitting output edge.
Diffstat (limited to 'include/config.h')
-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;