Skip to content

Instantly share code, notes, and snippets.

@thalesmg
Created August 30, 2019 19:55
Show Gist options
  • Save thalesmg/0a30dd410725bbe7b538a57255dec538 to your computer and use it in GitHub Desktop.
Save thalesmg/0a30dd410725bbe7b538a57255dec538 to your computer and use it in GitHub Desktop.
udev rules to mute/unmute usb headphone
ACTION=="add", ATTRS{product}=="Microsoft LifeChat LX-3000" RUN+="/home/thales/bin/tmg-snd-event-handler.sh unmute"
ACTION=="remove", ATTRS{product}=="Microsoft LifeChat LX-3000" RUN+="/home/thales/bin/tmg-snd-event-handler.sh mute"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment