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" &
|
"$BAR_PATH/start.bash" &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "/usr/lib/nvidia" ]; then
|
||||||
|
export LD_LIBRARY_PATH=/usr/lib/nvidia
|
||||||
|
fi
|
||||||
|
|
||||||
# fire up wm
|
# fire up wm
|
||||||
unclutter &
|
unclutter &
|
||||||
sxhkd &
|
sxhkd &
|
||||||
|
|
|
@ -40,10 +40,13 @@ pacaur -S \
|
||||||
rsync \
|
rsync \
|
||||||
samba \
|
samba \
|
||||||
thunar-shares-plugin \
|
thunar-shares-plugin \
|
||||||
|
elementary-icon-theme \
|
||||||
nmap \
|
nmap \
|
||||||
pulseaudio-ctl \
|
pulseaudio-ctl \
|
||||||
pavucontrol \
|
pavucontrol \
|
||||||
alsa-plugins \
|
alsa-plugins \
|
||||||
|
nvidia-beta \
|
||||||
|
lib32-nvidia-beta \
|
||||||
--noconfirm --noedit
|
--noconfirm --noedit
|
||||||
|
|
||||||
# sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
|
# 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