Skip to content

Instantly share code, notes, and snippets.

@sambatyon
Created March 28, 2019 12:26
Show Gist options
  • Save sambatyon/651c8d0266502113736e0d21f1e56d79 to your computer and use it in GitHub Desktop.
Save sambatyon/651c8d0266502113736e0d21f1e56d79 to your computer and use it in GitHub Desktop.
Reload audio
#!/usr/bin/env bash
sudo killall pulseaudio; rm -r ~/.config/pulse/* ; rm -r ~/.pulse*
sudo alsa force-reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment