mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1075] Wraparound not working any more #858
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#858
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 @Nexus747 on GitHub (Feb 23, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1075
Name : barrier
Version : 2.3.3
Release : 1.fc33
Architecture : x86_64
Per this comment, wraparound was working in Dec 2019.
https://github.com/debauchee/barrier/issues/531#issuecomment-569481910
However it isn't working now.
If I create the attached config (~/.config/Debauchee/Barrier.conf), then wraparound doesn't work. In the config file in /tmp (that barrier creates on startup), the links section is modified as follows.
section: links
server1:
left = client1
right = client1
client1:
left = server1
right = server1
end
This is changed to:
section: links
server1:
right = client1
client1:
left = server1
end