summaryrefslogtreecommitdiff
path: root/udev/80-libinput-device-groups.rules
blob: f826bec60fdbd3f1af2c5852ff8d41ed574e14bd (plain)
1
2
3
4
5
6
7
8
ACTION!="add|change", GOTO="libinput_device_group_end"
KERNEL!="event[0-9]*", GOTO="libinput_device_group_end"

ATTRS{phys}=="?*", \
	PROGRAM="libinput-device-group %S%p", \
	ENV{LIBINPUT_DEVICE_GROUP}="%c"

LABEL="libinput_device_group_end"