Hi all,
Pretty straightforward question: I would like my OS to automatically execute a shell script (example name: test_script.sh
) every time a device with a specific name is connected (for example this microphone called Beyerdynamic FOX
):
(screenshot from xinput list
output)
I cannot guarantee that the device will always have the same ID as I’ve seen different devices take different IDs at different times when they are connected.
Thanks in advance!