From 5b549f4572dad9bcdf5da64c7a920a61e9f5369b Mon Sep 17 00:00:00 2001 From: Tudor Brindus <me@tbrindus.ca> Date: Sun, 7 Jun 2020 14:15:22 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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