fix, GDK_BACKEND Environment Variables (#603)

This commit is contained in:
lisuke 2024-04-18 19:37:37 +08:00 committed by GitHub
parent df5196f4b8
commit 452958cedc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ environment on traditional Linux distros.
## Toolkit Backend Variables ## Toolkit Backend Variables
- `env = GDK_BACKEND,wayland,x11` - GTK: Use wayland if available, fall back to x11 if - `env = GDK_BACKEND,wayland;x11` - GTK: Use wayland if available, fall back to x11 if
not. not.
- `env = QT_QPA_PLATFORM,wayland;xcb` - Qt: Use wayland if available, fall back to - `env = QT_QPA_PLATFORM,wayland;xcb` - Qt: Use wayland if available, fall back to
x11 if not. x11 if not.