From 9c55ea4984d64b7780911ae4ab6c47fcc9973c73 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 11 Nov 2023 20:19:57 +0100 Subject: Install fixed Steam launcher in home profile This can run Cities:Skylines with "Steam Linux Runtime 1.0 (scout)" as a forced Steam compatibility tool. Installing it here is easier than launching Steam from the command line every time. --- tw/home.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'tw/home.scm') diff --git a/tw/home.scm b/tw/home.scm index ebccfce9..92b1f580 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -519,6 +519,7 @@ show_border=1 (simple-service 'gui-environment home-environment-variables-service-type `(("TERMINAL" . "kitty") + ("QT_X11_NO_MITSHM" . "1") ; fixes a Steam issue: https://gitlab.com/nonguix/nonguix/-/issues/267 ("_JAVA_OPTIONS" . ,(string-append "$_JAVA_OPTIONS${_JAVA_OPTIONS:+ }-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true " -- cgit v1.2.3