steam script, minor changes
This commit is contained in:
parent
15c56eddc3
commit
9a4d409446
4
env/x/xinitrc
vendored
4
env/x/xinitrc
vendored
|
@ -20,6 +20,10 @@ if [ "$BAR_ON_XINIT" -eq 1 ]; then
|
|||
"$BAR_PATH/start.bash" &
|
||||
fi
|
||||
|
||||
if [ -d "/usr/lib/nvidia" ]; then
|
||||
export LD_LIBRARY_PATH=/usr/lib/nvidia
|
||||
fi
|
||||
|
||||
# fire up wm
|
||||
unclutter &
|
||||
sxhkd &
|
||||
|
|
|
@ -40,10 +40,13 @@ pacaur -S \
|
|||
rsync \
|
||||
samba \
|
||||
thunar-shares-plugin \
|
||||
elementary-icon-theme \
|
||||
nmap \
|
||||
pulseaudio-ctl \
|
||||
pavucontrol \
|
||||
alsa-plugins \
|
||||
nvidia-beta \
|
||||
lib32-nvidia-beta \
|
||||
--noconfirm --noedit
|
||||
|
||||
# sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
|
||||
|
|
3
scripts/steam.bash
Executable file
3
scripts/steam.bash
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' /usr/bin/steam
|
Reference in a new issue