Skip to content

Instantly share code, notes, and snippets.

@komodoooo
Last active December 12, 2022 19:20
Show Gist options
  • Save komodoooo/8be99ddaab05270b88980ef897a52b42 to your computer and use it in GitHub Desktop.
Save komodoooo/8be99ddaab05270b88980ef897a52b42 to your computer and use it in GitHub Desktop.
Script to configure pipewire audio server on arch based systems
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