mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #345] FEATURE REQUEST Wrap around mouse when used on a PC with multiple screens #278
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#278
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @corrilan on GitHub (Jul 1, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/345
Problem
I am trying to implement mouse wrap around using 1 individual PC. Synergy is the closest tool I have found which (kind of) achieves this.
I have 3 monitors on an Ubuntu Linux 18.04 PC in the configuration 1 - 2 - 3
I run both the Synergy client and server on the same PC.
Moving the mouse across 1 - 2 - 3 behaves normally.
Moving the mouse off the left hand side of 1 results in the mouse reappearing in the centre of 1.
When moving the mouse off the right edge of 3 results in the mouse butting up against the screen edge.
Solution
Moving the mouse off the left hand side of 1 should result in the mouse reappearing on the right hand side of 3.
Moving the mouse off the right hand side of 3 should result in the mouse reappearing on the left hand side of 1.
Perhaps the ability to run Synergy in the above configuration in a 'standalone' mode.
@rektide commented on GitHub (Jul 13, 2019):
Barrier does this. In this example you could remove the Laptop and iMac & have Desktop1 right & left reference Desktop1 and it should work.
@corrilan commented on GitHub (Jul 15, 2019):
Thanks rektide, that is working great.