blob: 89af46452fff84de75a0eb88f42235d55d66ef8a (
plain)
1
2
3
4
5
6
|
# Associate all input devices with the first display
#
# NOTE: Can be more selective with something like:
# SUBSYSTEM=="input", ATTRS{idVendor}=="*", ATTRS{idProduct}=="004a", OWNER="display", ENV{ID_SEAT}="seat0", ENV{WL_OUTPUT}="HDMI-A-1"
#
SUBSYSTEM=="input", OWNER="display", ENV{ID_SEAT}="seat0", ENV{WL_OUTPUT}="HDMI-A-1"
|