]> git.rmz.io Git - dotfiles.git/blob - bin/steam
bin: diary should not open a new terminal
[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/64/steamwm.so:$LD_PRELOAD"
10
11 exec /usr/bin/steam ${1:-"steam://open/games/"}