]> git.rmz.io Git - dotfiles.git/commitdiff
new location for steam wrapper
authorSamir Benmendil <samir.benmendil@gmail.com>
Sun, 10 Mar 2013 16:00:31 +0000 (17:00 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 10 Mar 2013 16:02:03 +0000 (17:02 +0100)
bin/steam

index cc5fb249fc9b2ae2dc2c49d7a91095ef6c08c11a..4822d9c0244d0b6a5d1087a56ee1cf7ad95a32d2 100755 (executable)
--- 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/"}