X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/03a711523fc1e28a99d06711717d77f8be19bfa1..c6a94b49c00ea320c67909cbe0d2df2f95d4fbb9:/bin/steam?ds=inline diff --git a/bin/steam b/bin/steam index 4822d9c..206d8c8 100755 --- a/bin/steam +++ b/bin/steam @@ -2,10 +2,10 @@ export STEAMWM_FORCE_BORDERS=1 export STEAMWM_PREVENT_MOVE=1 -export STEAMWM_FIX_NET_WM_NAME=1 export STEAMWM_GROUP_WINDOWS=1 export STEAMWM_SET_WINDOW_TYPE=1 +export STEAMWM_MANAGE_ERRORS=1 -export LD_PRELOAD="/home/ramsi/src/steamwm/steamwm/steamwm.so:$LD_PRELOAD" - -exec /usr/bin/steam ${1:-"steam://open/games/"} +# see https://chakraos.org/wiki/index.php?title=Steam#Missing_Direct_Rendering +export LD_PRELOAD='/home/ramsi/src/steamwm/steamwm/$LIB/steamwm.so /usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' +exec /usr/lib/steam/steam "${@:-"steam://open/games/"}"