# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **********************************************************************
# ...
Section "Files"
# ...
# if you are using font server like xfsft capable of serving TTF fonts
# too you can add first directory to fs/config and use second FontPath
# instead of first.
   FontPath   "/usr/local/lib/X11/fonts/"
#   FontPath   "inet/127.0.0.1:7100"

# ...
Section "Keyboard"
   Protocol        "Standard"
# ...
# no more Xkb* commands

   XkbRules        "xfree86"
   XkbModel        "pc102"
   XkbLayout       "lt+lt(left_switch)"
   XkbOptions      "grp:shift_toggle"

EndSection
# ...
