-
How to scale ui of the program? It is too tiny... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
There's likely some environment variables you can use to help with this, see https://doc.qt.io/qt-6/highdpi.html#environment-variable-reference. However, please do provide more details about your OS and maybe some screenshots. Maybe it is a problem that can be addressed without needing workarounds. |
Beta Was this translation helpful? Give feedback.
-
I just tried to disable Xwayland. The result is same. Using About wayland display scaling. Sway distributed as debain12 package doesn't support fractional scaling so I used any other workarounds like increase font size of the bar and etc. but scaling factor of the display is 1 |
Beta Was this translation helpful? Give feedback.
-
Yeah, I am a fool. I tried this form too but I added |
Beta Was this translation helpful? Give feedback.
@dustdfg You can set an environment variable for a child process using either:
Or:
Otherwise, you're only changing the value for the terminal itself.