-
Notifications
You must be signed in to change notification settings - Fork 3
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
Known issue: some apps doesn't scale properly #47
Comments
What is meant with scaling? like when you change screen resolution use a bigger monitor or something? like what do you execute to scale? |
I've tested with applying a scale value greater then 1 to a HiDPI monitor. Most clients scale appropriately, that is they get "bigger" so that they look more natural. Some programs doesn't though and still look "small". |
so you are saying they get bigger but look off? |
Honestly this doesn't look like a problem we can fix. Test it in sway if it also occurs there we have to open an issue at those softwares' repositories. |
been running both sway and dwl and this issue does appear there. I'm not super well versed in wayland but could it be something with how a monitors scale is exposed to clients? |
but also havent run any off them setting scale with kanshi so maybe it's a problem with that |
Nope thats not it either |
You have to contact the wlroots developers directly to get further help this seems to be an error either in wlroots then or those applications. Can you do it since you understand the issue better than me? Here is the link to their repository: https://gitlab.freedesktop.org/wlroots/ |
Some apps don't want to scale properly. Apps known not to scale:
rofi
alacritty
If anyone finds other apps that doesn't scale, comment and i will update the list. For the moment i will not work on this because i feel that isn't strictly needed right now but if someone can look at the codebase and find a solution feel free to make a PR
The text was updated successfully, but these errors were encountered: