]> git.rmz.io Git - dotfiles.git/commitdiff
bin/steam: remove steamwm stuff
authorSamir Benmendil <me@rmz.io>
Tue, 31 Jan 2023 23:31:27 +0000 (23:31 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 31 Jan 2023 23:31:27 +0000 (23:31 +0000)
bin/steam

index 56521bd483090a3e79a543f05bb93755503701b9..e7381484e8de33c47f5e09e2556d97d2f6a953a2 100755 (executable)
--- a/bin/steam
+++ b/bin/steam
@@ -1,13 +1,5 @@
 #!/bin/bash
 
-export STEAMWM_FORCE_BORDERS=1
-export STEAMWM_PREVENT_MOVE=1
-export STEAMWM_GROUP_WINDOWS=1
-export STEAMWM_SET_WINDOW_TYPE=1
-export STEAMWM_MANAGE_ERRORS=1
-
-# see https://chakraos.org/wiki/index.php?title=Steam#Missing_Direct_Rendering
-export LD_PRELOAD='/home/ramsi/src/steamwm/steamwm/$LIB/steamwm.so /usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so'
 steam_log=$XDG_DATA_HOME/Steam/steam_stdout.txt
 [[ -f "$steam_log" ]] && mv "$steam_log"{,.old}
 exec /usr/lib/steam/steam "${@:-"steam://open/games/"}" &> $steam_log