mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
fix, GDK_BACKEND Environment Variables (#603)
This commit is contained in:
parent
df5196f4b8
commit
452958cedc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue