From 9baf11f918b4b0fdd23d3d575ac6d61fb9657c72 Mon Sep 17 00:00:00 2001 From: vilas <158768360+anewdi@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:51:58 +0200 Subject: [PATCH] fix typo in envs page (#669) Typo --- pages/Configuring/Environment-variables.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/Configuring/Environment-variables.md b/pages/Configuring/Environment-variables.md index 1430689..d19bc56 100644 --- a/pages/Configuring/Environment-variables.md +++ b/pages/Configuring/Environment-variables.md @@ -42,7 +42,6 @@ environment on traditional Linux distros. ## Toolkit Backend Variables - `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. - `env = SDL_VIDEODRIVER,wayland` - Run SDL2 applications on Wayland. Remove or set to