Skip to content

Instantly share code, notes, and snippets.

@zonque
Created March 9, 2020 20:17
Show Gist options
  • Save zonque/9e5a14c01b68b999b200094e03a00486 to your computer and use it in GitHub Desktop.
Save zonque/9e5a14c01b68b999b200094e03a00486 to your computer and use it in GitHub Desktop.
Ignore Keyspan devices in X11
# /usr/share/X11/xorg.conf.d/99-ignore-keyspan.conf
Section "InputClass"
Identifier "Keyspan blacklist"
MatchVendor "Keyspan"
Option "Ignore" "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment