From ca0cee6398cd7f655e78ddba0861e027fac19d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 11 Jul 2024 12:54:54 +0200 Subject: [PATCH] Fix steam UI --- autostart/services/steam.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autostart/services/steam.service b/autostart/services/steam.service index 1840721..0d29bf6 100644 --- a/autostart/services/steam.service +++ b/autostart/services/steam.service @@ -6,6 +6,7 @@ After=i3.service ConditionPathExists=%t/features/steam [Service] -ExecStart=/usr/bin/env steam +# `-system-composer`: https://github.com/ValveSoftware/steam-for-linux/issues/10806 +ExecStart=/usr/bin/env steam -system-composer PassEnvironment=DISPLAY Restart=always