diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-10-21 19:44:23 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-10-21 19:44:23 -0400 |
commit | 15d0739f73b5486653ad4f8e1e50ebbfb1b415af (patch) | |
tree | 49c85672cf9ba8e0fa08994b27b8f37c73be4022 /include | |
parent | 3e2579b22cb76e098e78aec62c3c40a4bde0e394 (diff) | |
parent | edf33aad29f142c08ad8ecbac7fb859c92d128e3 (diff) |
Merge pull request #199 from sce/mouse_cross_output_edge_simple
Switch to adjacent output when hitting output edge.
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 1 |
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 { bool reloading; bool reading; bool auto_back_and_forth; + bool seamless_mouse; int gaps_inner; int gaps_outer; |