Add simple fix for auto mute
This commit is contained in:
6
dot_config/systemd/user/amixer-autounmute.service
Normal file
6
dot_config/systemd/user/amixer-autounmute.service
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Disable Auto-Mute on sound card 2
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/bin/amixer -c 2 sset "Auto-Mute Mode" Disabled
|
Reference in New Issue
Block a user