# https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml

Section "ServerFlags"
    # > The server relies on udev to provide the list of input devices. [...]
    # > If hotplugging is enabled, InputDevice sections using the mouse,
    # > kbd and vmmouse driver will be ignored.
    Option "AutoAddDevices" "false"
EndSection

Section "InputDevice"
    Identifier "InputDevice0"
    Driver "evdev"
    Option "Device" "/dev/input/event1"
EndSection