Re: Any plans to add pulsemixer to artix repos?
Reply #1 –
Some problem with the AUR package, but found a work around by
mkdir -p ~/repos/github.com/pulsemixer
cd ~/repos/github.com/pulsemixer
python -m venv venv
venv/bin/python venv/bin/pip install pulsemixer
and then setting an alias:
pulsemixer="cd ~/repos/github.com/pulsemixer && . venv/bin/activate && venv/bin/pulsemixer"