-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
borders-plus-plus: Inconsistent offset when using negative border size #280
Comments
This may be a problem with hyprscroller or with Doesn't seem like hyprscroller's fault though. |
... mostly. It still appears at the bottom of windows unless I have a window underneath that too. It also appears if I resize windows precisely enough, maybe because the border boundaries get "truncated" so they are sometimes one pixel inset. Plus I have fractional scaling which might be the main issue. |
tl;dr borders don't align with windows perfectly all the time with a negative border size when using fractional scaling. |
When
general:border_size = -2
and I have two borders configured as follows:The border on the left doesn't line up with the window. The right side looks fine, but left should go an extra pixel to the left.
I am on a 4K display and haven't noticed this on 2K.
The text was updated successfully, but these errors were encountered: