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 /sway/config.c | |
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 'sway/config.c')
-rw-r--r-- | sway/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c index bce074b9..67f8284c 100644 --- a/sway/config.c +++ b/sway/config.c @@ -102,6 +102,7 @@ static void config_defaults(struct sway_config *config) { config->active = false; config->failed = false; config->auto_back_and_forth = false; + config->seamless_mouse = true; config->reading = false; config->gaps_inner = 0; |