diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-04-15 10:42:30 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-04-15 10:42:30 +0200 |
commit | 3cc1a566ccda4ff85dc7b5502867751155e0c991 (patch) | |
tree | d742bb50a56ecf14b7cf481491498e26febe798e /.xinitrc | |
parent | 03442c309c754cc020c09e65863c646e80a6f6de (diff) | |
download | dotfiles-3cc1a566ccda4ff85dc7b5502867751155e0c991.tar.gz dotfiles-3cc1a566ccda4ff85dc7b5502867751155e0c991.tar.xz |
xinitrc: fix csgo audio again
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ cd $HOME export VDPAU_NVIDIA_NO_OVERLAY=1 -export SDL_AUDIODRIVER=alsa +#export SDL_AUDIODRIVER=alsa +export SDL_AUDIODRIVER=pulse export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh [[ -f ~/.nvidia-settings-rc ]] && nvidia-settings -l |