mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
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:
parent
382d305107
commit
c0ef210d31
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue