summaryrefslogtreecommitdiff
path: root/x11-servers/xorg-server/files/20-evdev-kbd.conf
blob: 7a73fb641c363f1b95c9dc09d3acc6f4f6136dde (plain) (blame)
1
2
3
4
5
6
Section "InputClass"
	Identifier		"Evdev keyboard"
	MatchDevicePath		"/dev/input/event*"
	MatchIsKeyboard		"on"
	Option			"XkbRules" "evdev"
EndSection