From e9bc22056175253e3dd4155bba318a73deec80b1 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 29 Jul 2017 21:44:32 +0200 Subject: [PATCH] Added README to intellij-hidpi --- intellij-hidpi/README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 intellij-hidpi/README.md diff --git a/intellij-hidpi/README.md b/intellij-hidpi/README.md new file mode 100644 index 0000000..db2649e --- /dev/null +++ b/intellij-hidpi/README.md @@ -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 +~~~~~ \ No newline at end of file