Added README to intellij-hidpi
This commit is contained in:
parent
48952ff5a8
commit
e9bc220561
1 changed files with 31 additions and 0 deletions
31
intellij-hidpi/README.md
Normal file
31
intellij-hidpi/README.md
Normal 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
|
||||
~~~~~
|
Loading…
Reference in a new issue