Last active
February 15, 2023 08:40
-
-
Save DarkCoderSc/f1d3ff9b1f34b0ff7768addbc0f2394e to your computer and use it in GitHub Desktop.
Scale JAVA Application on Linux for HDPi support (Example for Burp Suite)
This file contains 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
`sudo sh -c 'echo "JAVA_TOOL_OPTIONS=-Dsun.java2d.uiScale=2" >> /etc/environment'` | |
# Reboot machine and voila! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment