From: Samir Benmendil Date: Sun, 10 Mar 2013 16:00:31 +0000 (+0100) Subject: new location for steam wrapper X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/03a711523fc1e28a99d06711717d77f8be19bfa1?hp=c5eecb3d80e5715d909b0046b957927358ee48c9 new location for steam wrapper --- diff --git a/bin/steam b/bin/steam index cc5fb24..4822d9c 100755 --- a/bin/steam +++ b/bin/steam @@ -6,6 +6,6 @@ export STEAMWM_FIX_NET_WM_NAME=1 export STEAMWM_GROUP_WINDOWS=1 export STEAMWM_SET_WINDOW_TYPE=1 -export LD_PRELOAD="/home/ramsi/src/steamwm/steamwm.so:$LD_PRELOAD" +export LD_PRELOAD="/home/ramsi/src/steamwm/steamwm/steamwm.so:$LD_PRELOAD" exec /usr/bin/steam ${1:-"steam://open/games/"}