mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #864] Feature Request Dimensions #686
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#686
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 @nowell-morris on GitHub (Sep 3, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/864
I am wondering if we could make our "configure server" aware of a double screen. Right now I have to go to the right, then up, then left to reach the monitor in the top left. But since my server is dual screen, could the configuration be aware of that and allow me to go up into the other screens depending upon which screen I am moving from?


Server setup:
my screens:
@Absentity commented on GitHub (Sep 25, 2020):
I'd like this too eventually. As a workaround until something like this exists, you can set this up manually.
(As of Barrier 2.3.3)
This is kind of like what my setup is:
Sadly, I don't remember where I learned this. I add "synergy" to my searches sometimes to find what I need.
@nowell-morris commented on GitHub (Sep 28, 2020):
Absentity, this is fantastic! I was able to use this approach and improve my setup. I can directly shift from client back to server whereas I could not before. For whatever reason, I still have to connect to clients with my original post details (in a hooked path). It could be that I need to restart all the machines together, which I have not yet had time to do all at once. But I will try it out and I will take your suggestion at searching more troubleshooting steps with "synergy" as potential help in finding them.
@AcousticRand commented on GitHub (Oct 9, 2020):
A similar issue that cannot be solved by the solution using partials (i.e. parenthesis with % markers):
In order to get to B or C from computer A, I must move from 2A to 1A, and then left or right across 3A or 4A to get to B or C respectively. I'm guessing this is because it recognizes my left and right-most edges as 3A and 4A.
So all that to say that I'd appreciate the ability to customize the layouts with monitor granularity (unless I'm missing something obvious, which is entirely possible).
@nowell-morris commented on GitHub (Oct 9, 2020):
just as following up - if you look at my original picture of my four monitors, I can do a counter-clockwise circle now through all 4 monitors, but I cannot do the same path in a clockwise fashion. I can leave the top left monitor down to my server (displays at the bottom) in relation to the % that I designated like Absentity suggested. But if I try to move upward from my bottom left monitor to the one above it, it will not work. I did reboot everything. I do have updated barrier packages on everything. I made sure that DNS was resolvable by all of the machines in question (being able to look each other up by name and nickname).
@NicolasGoeddel commented on GitHub (Jul 15, 2021):
I have a similar issue. I've got this setup:
A and B are Ubuntu machines. Every monitor has a resolution of 1920x1080.
If the cursor is on A2 and I go right I end up in the upper half of B1.
If the cursor is on A3 and I go right I end up in the lower half of B2.
And vice versa. This is a bit annoying.
This is what I want:
Going right from A2 should not be possible.
Moving between A3 and B1 should be flawless. So don't map the height of A3 to the lower half of B1.
My guess is that Synergy sees the configuration like this:
This is especially annoying if the configuration is like this:
Here it behaves like in the first example:
The right edge of A2 is mapped to the upper half of B1.
The right edge of A4 is mapped to the lower half of B1.
This can be really frustrating when you move your cursor from B1 to the left and you land in A2.
@NicolasGoeddel commented on GitHub (Jul 15, 2021):
I was able to solve my problem by using the configuration file. But it would still be nice to be able to configure that in the GUI.
@NicolasGoeddel commented on GitHub (Jul 15, 2021):
Here is the link to the syntax of the configuration file: https://symless.com/help-articles/creating-text-config-files
@chrismoran-mica commented on GitHub (Mar 16, 2023):
Instead of this:
Try this:
With your links section looking something like this
Does that work?