GDK_BACKEND separator fix and try any backend (#618)

GDK_BACKEND only support comma separator. Also added try for any gdk backend after x11.
This commit is contained in:
vilas 2024-04-26 13:05:28 +02:00 committed by GitHub
parent 382d305107
commit c0ef210d31
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
- `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. If not: try x11, then any other GDK backend.
not.
- `env = QT_QPA_PLATFORM,wayland;xcb` - Qt: Use wayland if available, fall back to
x11 if not.