scripts/intellij-hidpi/README.md
2017-07-29 21:44:32 +02:00

31 lines
No EOL
531 B
Markdown

# intellij-hidpi.sh
This is another small script for enabling and disabling HiDPI support on IntelliJ IDEA without editing any config files.
**Since IntelliJ IDEA version 15 this script is no longer necessary because IntelliJ has builtin HiDPI support**
## How to use
Download it from GitLab. To make it runnable execute
~~~~~
chmod +x intellij-hidpi.sh
~~~~~
For some help run
~~~~~
./intellij-hidpi.sh -h
~~~~~
To enable HiDPI support
~~~~~
./intellij-hidpi.sh -e
~~~~~
To disable it
~~~~~
./intellij-hidpi.sh -d
~~~~~