commit eb6d9843fe266c63ad6fb17c692f3cd19bd8bd08
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Feb 9 21:19:39 2020 +0100
Fix environment
steam.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/steam.sh b/steam.sh
index 8d8ac90..0fcb37a 100644
--- a/steam.sh
+++ b/steam.sh
@@ -2,13 +2,13 @@
# libraries, which should let Steam work out of the box with open-source
# graphics drivers on modern distributions. If using an older distribution or
# running into problems, set variable at 0 to revert to the previous behavior.
-# STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0
+# export STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0
# Unify close-to-tray behavior with other platforms. If using a distribution
# that doesn't have proper compatible tray support set variable at 0.
-STEAM_FRAME_FORCE_CLOSE=1
+export STEAM_FRAME_FORCE_CLOSE=1
# Do not minimize main Steam window after losing focus (i.e. exiting a game in
# Steam Remote Play.
#
https://github.com/ValveSoftware/steam-for-linux/issues/4611
-SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0
+export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0