mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #900] [Feature] Skip unreachable clients #720
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#720
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 @rfuehrer on GitHub (Oct 4, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/900
In a multi-system setup, which is based on the physical position of the clients, the positioning of the systems in the "Screens and left" screen helps. However, systems whose clients are unreachable prevent reaching systems that are "behind" the switched off client.
My scenario:
If the client (2) is not reachable, but only the client (3), a change from system (1) is not possible. In connection with Issue #899 it can be detected that a system is out of reach. However, since the system is also physically positioned to the left of the server, it is desired that the natural mouse movement is supported and client (2) is skipped and client (3) is reached.
Or have I missed a setting?