Last active
December 12, 2022 19:20
-
-
Save komodoooo/8be99ddaab05270b88980ef897a52b42 to your computer and use it in GitHub Desktop.
Script to configure pipewire audio server on arch based systems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -Syu | |
sudo pacman -S pipewire pipewire-pulse pavucontrol | |
echo -e "/usr/bin/pipewire &\n/usr/bin/pipewire-pulse &\n/usr/bin/pipewire-media-session &\n$(cat ~/.xinitrc)" >> ~/.xinitrc | |
echo "Ready to reboot." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment