diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-01-18 16:16:32 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-01-18 16:16:32 +0100 |
commit | 3ea02b6520c05f0f696caf68ad9fe947177af228 (patch) | |
tree | 50052dee0334849e4df8921732407e219205c96c /.xinitrc | |
parent | aafaa52728d5eb1ca260bf1218d28f1c3eae57f6 (diff) | |
download | dotfiles-3ea02b6520c05f0f696caf68ad9fe947177af228.tar.gz dotfiles-3ea02b6520c05f0f696caf68ad9fe947177af228.tar.xz |
xinitrc: set sdl audio driver to alsa so sound works in csgo
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ cd $HOME export VDPAU_NVIDIA_NO_OVERLAY=1 -export SDL_AUDIODRIVER=pulseaudio +export SDL_AUDIODRIVER=alsa export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh [[ -f ~/.nvidia-settings-rc ]] && nvidia-settings -l |