about summary refs log tree commit diff stats
path: root/linux/conf/X11/xorg.conf.d/10-keyboard.conf
blob: d8b99b37a2e90d5895a756108c69318a3c51fbf9 (plain) (blame)
1
2
3
4
5
6
Section "InputClass"
	Identifier             "Keyboard Defaults"
	MatchIsKeyboard       "yes"
	Option               "XkbLayout" "dvorak"
EndSection