mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 18:47:16 +00:00
8 lines
125 B
Bash
8 lines
125 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Uninstall the virtual microphone.
|
||
|
|
||
|
pactl unload-module module-pipe-source
|
||
|
rm $HOME/.config/pulse/client.conf
|
||
|
|