Volume sense rule works correctly now.

This commit is contained in:
fewtarius 2022-09-10 07:52:08 -04:00
parent c257651389
commit 63011bd005
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -0,0 +1,6 @@
### Restart the volume service whenever a USB device is attached
### or detached so brightness and volume work across connected
### devices.
ACTION=="add|change", SUBSYSTEM=="input", KERNEL=="event*", RUN+="/usr/bin/killall volume_sense"
ACTION=="remove", SUBSYSTEM=="input", KERNEL=="event*", RUN+="/usr/bin/killall volume_sense"