From: Samir Benmendil Date: Fri, 16 Nov 2012 20:38:40 +0000 (+0100) Subject: add steam wrapper X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/16197674be22d270fc8bdf1151083f7ec11d723d?ds=inline add steam wrapper --- diff --git a/bin/steam b/bin/steam new file mode 100755 index 0000000..a3e053b --- /dev/null +++ b/bin/steam @@ -0,0 +1,12 @@ +#!/bin/bash + +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 LD_PRELOAD="/home/ramsi/src/steamwm/steamwm.so:$LD_PRELOAD" +export PATH=/opt/steamhack:$PATH + +exec /usr/bin/steam ${1:-"steam://open/games/"}