]> git.rmz.io Git - dotfiles.git/blob - bin/steam
139a07fdbe6a4bb411f3a24f58697f8cef69f4c2
[dotfiles.git] / bin / steam
1 #!/bin/bash
2
3 export STEAMWM_FORCE_BORDERS=1
4 export STEAMWM_PREVENT_MOVE=1
5 export STEAMWM_GROUP_WINDOWS=1
6 export STEAMWM_SET_WINDOW_TYPE=1
7 export STEAMWM_MANAGE_ERRORS=1
8
9 export LD_PRELOAD="/home/ramsi/src/steamwm/steamwm/steamwm.so:$LD_PRELOAD"
10
11 exec /usr/bin/steam ${1:-"steam://open/games/"}