Files
dotfiles/.local/bin/station-restart-pipewire

7 lines
190 B
Plaintext
Raw Permalink Normal View History

2026-03-06 22:33:30 +00:00
#!/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