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

Feature Request: Ability to set a default zoom #73

Open
grownuphacker opened this issue Feb 12, 2020 · 2 comments
Open

Feature Request: Ability to set a default zoom #73

grownuphacker opened this issue Feb 12, 2020 · 2 comments

Comments

@grownuphacker
Copy link

FEATURE REQUEST: Is there currently a way to set a default zoom?

Detailed Description

I'm fairly new to linux as a daily driver, but I'm loving Manjaro and I really love jak as most of my tools are web apps anyways.

However, on my HP Spectre 4K screen everything loads tiny and loads tiny every reload (Zoom level isn't saved).

Can I get a zoom level or better yet, a DPI detection and just start the zoom level there? Maybe this is a webkit issue and I can solve it on that end but I'm not familiar enough yet to know.

Thanks again for a great piece of software, its brilliant!

@codesardine
Copy link
Owner

You can set scale for Qt apps to try it out.

QT_SCALE_FACTOR=1.25 my-jak-application

To make it permanent, open /etc/environment and drop the line bellow save and it will work on the next reboot.

export QT_SCALE_FACTOR=1.25

Source: https://forum.manjaro.org/t/getting-ms-office-online-to-work/32995/100

Ps: not WebKit anymore now is based on blink.

@grownuphacker
Copy link
Author

As with everything else on this repo, that worked brilliant.
Thanks, feel free to close.

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

No branches or pull requests

2 participants