From 37a073d8fb92f4a194b55d166fe0c6e71fc6cd55 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 May 2026 15:45:40 +0200 Subject: [PATCH] Stop setting SDL_VIDEODRIVER as it may interfere with steam gaming Closes #2564 --- default/hypr/envs.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/default/hypr/envs.conf b/default/hypr/envs.conf index 85afc775..436c38cd 100644 --- a/default/hypr/envs.conf +++ b/default/hypr/envs.conf @@ -6,7 +6,6 @@ env = HYPRCURSOR_SIZE,24 env = GDK_BACKEND,wayland,x11,* env = QT_QPA_PLATFORM,wayland;xcb env = QT_STYLE_OVERRIDE,kvantum -env = SDL_VIDEODRIVER,wayland,x11 env = MOZ_ENABLE_WAYLAND,1 env = ELECTRON_OZONE_PLATFORM_HINT,wayland env = OZONE_PLATFORM,wayland