mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-08-02 09:20:03 +00:00
Add some custom scripts
This commit is contained in:
parent
edc7a37a1e
commit
63c6f643a9
6 changed files with 129 additions and 0 deletions
7
home/.local/scripts/uninstall_virtmic.sh
Executable file
7
home/.local/scripts/uninstall_virtmic.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Uninstall the virtual microphone.
|
||||
|
||||
pactl unload-module module-pipe-source
|
||||
rm $HOME/.config/pulse/client.conf
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue