Skip to content
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

BUG: Windows' border are too thick on HiDPI 150% scaled Xorg session #49

Open
YisuiDenghua opened this issue Oct 22, 2023 · 4 comments
Open

Comments

@YisuiDenghua
Copy link

Screenshot_20231022_183030

Operating System: NixOS 23.05
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.10
Kernel Version: 6.1.58 (64-bit)
Graphics Platform: X11
Processors: 20 × 12th Gen Intel® Core™ i7-12700H
Memory: 23.2 GiB of RAM
Graphics Processor: Mesa Intel® Graphics

@YisuiDenghua YisuiDenghua changed the title BUG: Windows' border too thick on HiDPI 150% scaled Xorg session BUG: Windows' border are too thick on HiDPI 150% scaled Xorg session Oct 22, 2023
@Sourcastic
Copy link
Member

Hi,
There's a "Windows Borders" setting in the bottom left of the window decorations settings panel. Does adjusting that fix your issue?

@felixonmars
Copy link

Hi, There's a "Windows Borders" setting in the bottom left of the window decorations settings panel. Does adjusting that fix your issue?

Not for me even on "Tiny" or "No Borders" settings.

@SerenaLynas
Copy link

A look around seems to suggest that this is an issue that other themes are having as well. Fortunately, there's an easy fix.

Open up the folder for the theme (located under /home/serena/.local/share/aurorae/themes/). It open the text file ending in rc; for me it's called CatppuccinMocha-Modernrc. Then, find the PaddingLeft, PaddingRight, etc. lines and divide them by your scaling factor. So, for 1.5 scaling, the lines would be changed to:

PaddingBottom=43
PaddingLeft=35
PaddingRight=35
PaddingTop=29

Tested on Linux Mint running KDE

@Sverdfisk
Copy link

A look around seems to suggest that this is an issue that other themes are having as well. Fortunately, there's an easy fix.

Open up the folder for the theme (located under /home/serena/.local/share/aurorae/themes/). It open the text file ending in rc; for me it's called CatppuccinMocha-Modernrc. Then, find the PaddingLeft, PaddingRight, etc. lines and divide them by your scaling factor. So, for 1.5 scaling, the lines would be changed to:

PaddingBottom=43
PaddingLeft=35
PaddingRight=35
PaddingTop=29

Tested on Linux Mint running KDE

Works for me as well, OpenSUSE Tumbleweed KDE 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants