1
0
Fork 0

added pavucontrol setup script

This commit is contained in:
Kim, Jimin 2022-05-09 22:15:58 +09:00
parent fd843cfdc4
commit f076c10276

View file

@ -0,0 +1,11 @@
from src.util import paru_install
name = "PulseAudio volume control"
def setup():
"""
The thing I use until I find a good pipewire app
"""
paru_install("pavucontrol")