Added README to intellij-hidpi

This commit is contained in:
Marcel Kapfer 2017-07-29 21:44:32 +02:00
parent 48952ff5a8
commit e9bc220561
1 changed files with 31 additions and 0 deletions

31
intellij-hidpi/README.md Normal file
View File

@ -0,0 +1,31 @@
# 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
~~~~~