if ! [ -f /etc/X11/xorg.conf ]; then
	cat > /etc/X11/xorg.conf << "EOF"
Section "ServerFlags"
	Option "AllowEmptyInput" "off"
EndSection
Section "InputDevice"
	Identifier "K"
	Driver	"kbd"
	Option	"Xkbrules" "xorg"
	Option	"XkbLayout"  "fr"
	Option	"XkbOptions" "grp:alt_shift_toggle"
EndSection
Section "InputDevice"
	Identifier "M"
	Driver "mouse"
EndSection
EOF
fi