Files
dotfiles/dot_config/systemd/user/amixer-autounmute.service

7 lines
225 B
Desktop File

[Unit]
Description=Disable Auto-Mute on sound card on a range of 10 cards, since it can vary
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c 'for i in {1..10}; do amixer -c $i sset "Auto-Mute Mode" Disabled; done; exit 0'