scripts/intellij-hidpi/README.md

31 lines
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
~~~~~