distribution/packages/sysutils/system-utils/udev.d/99-volume.rules
2022-09-10 07:52:08 -04:00

6 lines
332 B
Text

### 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"