mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Updated Home (markdown)
parent
09cbd82563
commit
5b549f4572
4
Home.md
4
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user