Files
omarchy/bin/omarchy-restart-pipewire
David Heinemeier Hansson 9741b29a7c Describe the rest of the bins
2026-02-07 10:50:48 +01:00

7 lines
190 B
Bash
Executable File

#!/bin/bash
# Restart the PipeWire audio service to fix audio issues or apply new configuration.
echo -e "Restarting pipewire audio service...\n"
systemctl --user restart pipewire.service