mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-12-22 17:49:48 +01:00
Update Environment-variables.md (#157)
according to ArchWiki is "_JAVA_AWT_WM_NONREPARENTING" not "_JAVA_AWT_WM_NONEREPARENTING" https://wiki.archlinux.org/title/Wayland#Requirements
This commit is contained in:
parent
6862255b49
commit
9e5f1fd40d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ To force GBM as a backend, set the following environment variables:
|
|||
|
||||
- `SDL_VIDEODRIVER=wayland` - Run SDL2 applications on Wayland. Remove or set to x11 if games that provide older versions of SDL cause
|
||||
compatibility issues
|
||||
- `_JAVA_AWT_WM_NONEREPARENTING=1` - Fix possibly broken Java applications. Set to 1 until Wakefield is available.
|
||||
- `_JAVA_AWT_WM_NONREPARENTING=1` - Fix possibly broken Java applications. Set to 1 until Wakefield is available.
|
||||
- `CLUTTER_BACKEND="wayland"` - Clutter package already has wayland enabled, this variable will force Clutter applications
|
||||
to try and use the Wayland backend
|
||||
|
||||
|
|
Loading…
Reference in a new issue