Skip to content
Snippets Groups Projects
Commit 6cf4d1c2 authored by David Trattnig's avatar David Trattnig
Browse files

PulseAudio on/off util. #6

parent 9d2d302e
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
echo "autospawn = no" >> ~/.config/pulse/client.conf
pulseaudio --kill
sed -i '/\<autospawn\>/d' ~/.config/pulse/client.conf
\ No newline at end of file
pulseaudio --start
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment