diff --git a/Home.md b/Home.md index 4433b4c..b54d86a 100644 --- a/Home.md +++ b/Home.md @@ -376,13 +376,13 @@ This seems to fix blank windows and menus that are drawn at a wrong offset to th #### Issues with JetBrains IDE popups/menus losing focus -Some JetBrains IDEs (including Android Studio) ship with a Java 1.8 JRE, but there are fixes included in later JRE versions that are necessary to run properly in sway. You can instruct your IDE to use a different JRE through an invocation of the form: +Some JetBrains IDEs (including Android Studio) ship with a Java 1.8 JRE, but there are fixes included in later JRE versions that are necessary to run properly in Sway. You can instruct your IDE to use a different JRE through an invocation of the form: ``` $ STUDIO_JDK=/usr/lib/jvm/java-11-openjdk-amd64/ /opt/android-studio/bin/studio.sh ``` -If you are running Sway 1.4, you will also need to upgrade to sway/wlroots master, as there are fixes there too. +If you are running Sway 1.4 or earlier, you will also need to upgrade to Sway/wlroots master, as there are necessary fixes there too. ### Status icon doesn't show up