Created
December 12, 2020 17:06
-
-
Save DaneGardner/9eb09cb0a31db2324e22075f27f06f9c to your computer and use it in GitHub Desktop.
Scaling TastyWorks for Ubuntu 20.04 w/ 4k laptop monitor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tastyworks is created using JavaFX, as discovered by glancing through | |
# their java library directory. JavaFX does scale for hi-dpi displays, | |
# but only does this automatically on Mac. To force this behavior on | |
# Ubuntu, manually set the legacy gnome scaling factor that is being | |
# used by JavaFX to detect this state, but I believe is being ignored | |
# by Gnome itself. [https://stackoverflow.com/a/26184471] | |
gsettings set org.gnome.desktop.interface scaling-factor 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment