Volume sense rule works correctly now.
This commit is contained in:
parent
c257651389
commit
63011bd005
1 changed files with 6 additions and 0 deletions
6
packages/sysutils/system-utils/udev.d/99-volume.rules
Normal file
6
packages/sysutils/system-utils/udev.d/99-volume.rules
Normal 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"
|
Loading…
Reference in a new issue